完整的内容如下:

 // DCC32编译器的设置说明。

 // Dcc32 [options]  filename [options]
 // DCC32 [操作选项] 文件名称 [操作选项]

 //  -A<unit>=<alias> = Set unit alias
 //  给单元设置别名。

 //  -B = Build all units
 //  -B 编译所有的单元,这个肯定对于编译项目的时候是必选的,
 //  要不然,漏一个dcu就不能正常生成了呗。

 //  -CC = Console target
 //  指定编译目标,如果你写的是控制台程序,那么你就选这个。

 //  -CG = GUI target
 //  可理解,就是现在windows的可视化程序,不是dos程序。

 //  -D<syms> = Define conditionals
 //  编译条件符号定义

 //  -E<path> = EXE/DLL output directory
 //  指定生成的EXE/DLL文件的输出路径

 //  -F<offset> = Find error
 //  是否关闭查找运行期间错误

 //  -GD = Detailed map file
 //  生成详细的Map文件(一个.MAP文件被分成三个节:Segment 、 Publics  、Line Numbers)

 //  -GP = Map file with publics
 //  生成map的public字段

 //  -GS = Map file with segments
 //  生成map的segment字段

 //  -H = Output hint messages
 //  输出提示信息

 //  -I<paths> = Include directories
 //  文件包含路径   可用

 //  -J = Generate .obj file
 //  生成 .obj文件 不怎么使用

 //  -JPHNE = Generate C++ .obj file, .hpp file, in namespace, export all
 //  生成C++的obj文件

 //  -K<addr> = Set image base addr
 //  图片文件基地址

 //  -LE<path> = package .bpl output directory
 //  指定生成的.bpl文件的输出路径

 //  -LN<path> = package .dcp output directory
 //  指定生成的.dcp文件的输出路径

 //  -LU<package> = Use package
 //  使用的运行期列表

 //  -M = Make modified units
 //  编译有变化的单元

 //  -N0<path> = unit .dcu output directory
 //  指定生成的.dcu文件的输出路径

 //  -NH<path> = unit .hpp output directory
 //  指定生成的.hpp文件的输出路径

 //  -NO<path> = unit .obj output directory
 //  obj文件

 //  -NB<path> = unit .bpi output directory
 //  指定生成的.bpi文件的输出路径

 //  -NS<namespaces> = Namespace search path
 //  指定命名空间的搜索路径

 //  -O<paths> = Object directories
 //  

 //  -P = look for 8.3 file names also
 //  8.3文件格式(不懂) 

 //  -Q = Quiet compile
 //  安静模式?

 //  -R<paths> = Resource directories
 //  资源文件(.res)路径

 //  -U<paths> = Unit directories
 //  单元路径

 //  -V = Debug information in EXE
 //  生成debugger调试信息文件

 //  -VR = Generate remote debug (RSM)
 //  

 //  -W[+|-][warn_id] = Output warning messages
 //  

 //  -Z = Output 'never build' DCPs
 //  

 //  -$<dir> = Compiler directive
 //  编译路径

 //  --help = Show this help screen
 //  输出帮助信息

 //  --version = Show name and version
 //  输出版本号

 //  --no-config = do not load default DCC32.CFG file
 //  不读取DCC32.CFG文件

【转】DCC32的参数详解的更多相关文章

  1. Nginx主配置参数详解,Nginx配置网站

    1.Niginx主配置文件参数详解 a.上面博客说了在Linux中安装nginx.博文地址为:http://www.cnblogs.com/hanyinglong/p/5102141.html b.当 ...

  2. iptables参数详解

    iptables参数详解 搬运工:尹正杰 注:此片文章来源于linux社区. Iptalbes 是用来设置.维护和检查Linux内核的IP包过滤规则的. 可以定义不同的表,每个表都包含几个内部的链,也 ...

  3. chattr的常用参数详解

    chattr的常用参数详解 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 在实际生产环境中,有的运维工程师不得不和开发和测试打交道,在我们公司最常见的就是部署接口.每天每个人部署的 ...

  4. mha配置参数详解

    mha配置参数详解: 参数名字 是否必须 参数作用域 默认值 示例 hostname Yes Local Only - hostname=mysql_server1, hostname=192.168 ...

  5. $.ajax()方法所有参数详解;$.get(),$.post(),$.getJSON(),$.ajax()详解

    [一]$.ajax()所有参数详解 url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址. type: 要求为String类型的参数,请求方式(post或get)默认为get.注 ...

  6. linux PHP 编译安装参数详解

    linux PHP 编译安装参数详解 ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc -- ...

  7. 【转】jqGrid 各种参数 详解

      [原文]http://www.cnblogs.com/younggun/archive/2012/08/27/2657922.htmljqGrid 各种参数 详解 JQGrid JQGrid是一个 ...

  8. HTML滚动字幕代码参数详解及Js间隔滚动代码

    html文字滚动代码 <marquee style="WIDTH: 388px; HEIGHT: 200px" scrollamount="2" dire ...

  9. mysql5.6主从参数详解

    mysql5.6的主从相当的不错,增加了不少参数,提升了主从同步的安全和效率,以下是mysql5.6主从参数详解. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ...

随机推荐

  1. AdapterView的相关知识。

    AdapterView集成自ViewGroup,他的主要子类有AbsListView(Listview,GridView),AbsSpinner(Spinner,Gallery). AdapterVi ...

  2. php 通过PATH_SEPARATOR判断当前服务器系统类型

    PATH_SEPARATOR是php中的一个预定义常量,我们可以直接echo这个常量,在linux系统中,该常量输出":",在windows系统中,该常量输出";&quo ...

  3. DP三角形

    Hrbust1038  http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1038 // ...

  4. Html类ImageGetter接口

    public class ImgLabelActivity extends Activity { private static final String TAG = "ImgLabelAct ...

  5. JS 中数组的排序和去重

    在 PHP 中,数组有很多排序方法,不过其他语言的数组中大概是不会像 JS 的数组一样,包罗万象,啥都通吃的.所以 JS 的数组排序情况就略多一些了. 简单粗暴的排序: 赤果果的sort: var   ...

  6. autoit UIA获取Listview的信息

    #include "CUIAutomation2.au3" Opt( ) Global $oUIAutomation MainFunc() Func MainFunc() ; Be ...

  7. mysql中-e用法

    实际应用中,不仅可以先登陆mysql再使用,还可以在链接的时候进行sql操作,此时需要加参数-e 例: >mysql -hlocalhost -P8080 -uroot -p123456 -e' ...

  8. c# 了解委托

    public delegate void aHandler(string text); public class A1 { public void Print(string txt) { Consol ...

  9. C++ Namespace 详解

    命名空间的定义格式为:(取自C++标准文档) named-namespace-definition: namespace identifier { namespace-body } unnamed-n ...

  10. SVN 忽略获取和提交obj、bin文件夹

    一.全局设置的方式(貌似不行) SVN忽略文件夹刚开始用的是这种方式: Settings => Subversion里的Global ignore pattern增加这两项*/bin */obj ...