使用下列命令行编译此程序
To compile this program, the following command line could be used
命令行编译器使用构造逻辑的方式来维护工程。
The command-line compiler has built-in MAKE logic to aid in project maintenance.
要编译并连接main代码,可以使用下面的命令行。
To compile and link the main code, use the following command line.
如果在命令行中给出了一个目标(例如make foo),那么make就会试图编译这个目标。
If a target is given on the command line (for example, make foo), then make will attempt to build that target.
如果在命令行中给出了一个目标(例如make foo),那么make就会试图编译这个目标。
If a target is given on the command line (for example, make foo), then make will attempt to build that target.
应用推荐