|
|
1
6
-m (make) or -b (build) will tell the compiler to flush .dcu files to disk. Without either of those switches, the compiler will only compile .dcus into memory. |
|
|
2
2
The commandline switch to specify where dcu's should go is the -N0 (letter N, digit zero) switch. If you don't specify this however, the dcu's should still be generated, but end up in the same directory(ies) as the pas file(s) from which they were generated. |
|
|
3
2
对于一些旧程序,我们仍然使用Borland C++ Builder 5。I had the task to make some Delphi projects buildable on the CmdLine. Therefore I had to change the generated make files of bpr2mak. 从Marjan Venema的提示开始,我发现:
|
|
|
George S. · 是否存在基于元组的控制流语句内部表示? 7 年前 |
|
FlatAssembler · 在x86程序集中计算exp(x) 8 年前 |
|
|
cib · 即时编译和动态编译有什么区别? 8 年前 |
|
|
Artemis · 寄存器与指令之间的差异 8 年前 |
|
|
Sam · 了解go工具编译和链接命令 8 年前 |