defproj.cfg__ default configuration which compiled by all projects
delphi command-line compiler 【程序编程相关:多层数据库开发三:创建多层应用程序】
defproj.dof__default configuration of all projects. 【推荐阅读:四舍五入的BUG】
the command-line compiler lets you invoke all the functions of the ide compiler from the command line. run the command-line compiler from the command line prompt using the syntax: 【扩展信息:DBGrid使用全书(三)】dcc32 [options] filename [options]
where options are zero or more parameters that provide information to the compiler and filename is the name of the source file to compile.to display a help screen of command-line options and syntax:
dcc32
borland delphi version 15.0
copyright (c) 1983,2002 borland software corporation
syntax: dcc32 [options] filename [options]
-a= = set unit alias -lu = use package
-b = build all units -m = make modified units
-cc = console target -n = dcu output directory
-cg = gui target -o = object directories
-d = define conditionals -p = look for 8.3 file names als
-e = exe output directory -q = quiet compile
... 下一页