Delphi command-line compiler[1]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 laurecn 的 blog

defproj.cfg__ default configuration which compiled by all projects

defproj.dof__default configuration of all projects.

delphi command-line compiler
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:

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

  -f = find error                                           -r = resource directories

  -gd = detailed map file                            -u = unit directories

  -gp = map file with publics                     -v = debug information in exe

  -gs = map file with segments                 -vr = generate remote debug (rsm

本文关键:Delphi command-line compiler
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top