Главная страница | назад





Article #17743: Compiling the component library in BCB1 from the command line.

 Question and Answer Database
FAQ2743C.txt Compiling the component library in BCB1 from the command line.
Category :Command Line Tools
Platform :Win95/NT
Product : C++Builder1.0
Question:
How do I recompile the component library from the command line, say using make?
Answer:
You will need to have the complib32.mak & complib32.cpp files to do this.
In order to generate these, do the following:
1) Go to: Options | Environment | Lirary, "Save library source code"
needs to be checked.
2) Recompile the component library (Component | Rebuild library).
3) There will now be a makefile (complib32.mak) you can call make
on to recompile the component library.
6/15/98 1:48:54 PM

Last Modified: 01-SEP-99