bmake
[quote user="Zhen Li"]Where should copy these files?[/quote]
The examples delivered with the SDK are a good place to look.
For example, the bmake file for IncrementText has these lines...
... DLM_DEST = $(mdlapps) ... MA_DEST = $(DLM_DEST) ... #-------------------------------------------------------------------------------------- # Link and sign the MA #-------------------------------------------------------------------------------------- "$(MA_DEST)$(MA_NAME)$(MA_EXT)" : $(MA_RSC_FILES) ...
Now you're going to ask, "Where is mdlapps defined?" Searching the .mki files finds it in MicroStationPolicy.mki, where it's defined like this...
mdlapps = $(mstation)mdlapps/
The moral is, do what the examples do! If you write your build rules correctly, bmake puts your files where you need them.
Configuration
[quote user="Zhen Li"]The format of config file looks like?[/quote]
Configuration files are plain text. There are plenty of config. files delivered with MicroStation that you may examine. Search for *.cfg|*.pcf|*.ucf
It's not mandatory to have a config. file, but it can be useful.
[quote user="Zhen Li"]The Config file should go to which folder?[/quote]
The usual place is \MicroStation\config\appl