The complete contents are as follows:
1 //the setup instructions for the DCC32 compiler. 2 3 //DCC32 [options] filename [options]4 //DCC32 [Operation Options] File name [operation Options]5 6 //-a<unit>=<alias> = Set Unit alias7 //sets the alias for the unit. 8 9 //- B = Build all unitsTen //- b Compiles all the units, this is definitely required for compiling the project, One //Otherwise, the leakage of a DCU can not be normal generation of Bai. A - //-CC = Console target - //Specify the compilation target, if you write a console program, then you choose this. the - //-CG = GUI target - //Understandably, it is now the Windows visualizer, not the DOS program. - + //-d<syms> = Define conditionals - //compile conditional symbol definitions + A //-e<path> = exe/dll Output Directory at //Specifies the output path of the generated Exe/dll file - - //-f<offset> = Find Error - //whether to turn off lookup run-time errors - - //-GD = Detailed map file in //generate a detailed map file (a. map file is divided into three sections: Segment, publics, line Numbers) - to //-GP = Map file with publics + //generate a public field for a map - the //-gs = Map file with segments * //Generate Map's segment field $ Panax Notoginseng //- h = Output hint messages - //Output hint Information the + //-i<paths> = Include directories A //file contains path available the + //-j = Generate. obj file - //generating. obj files is not very use $ $ //-jphne = Generate C + +. obj file,. hpp file, in namespace, export all - //generate the obj file for C + + - the //-k<addr> = Set image Base Addr - //image file Base addressWuyi the //-le<path> = package. BPL Output Directory - //Specifies the output path of the generated. bpl file Wu - //-ln<path> = package. DCP Output Directory About //Specifies the output path of the generated. DCP File $ - //-lu<package> = Use package - //List of running periods used - A //- m = Make modified units + //to compile a changed unit the - //-n0<path> = unit. DCU Output Directory $ //Specifies the output path of the generated. dcu File the the //-nh<path> = unit. HPP Output Directory the //Specifies the output path of the generated. hpp file the - //-no<path> = unit. obj Output Directory in //obj file the the //-nb<path> = unit. BPI Output Directory About //Specifies the output path of the generated. BPI file the the //-ns<namespaces> = Namespace search Path the //Specify the search path for the namespace + - //-o<paths> = Object directories the // Bayi the //- p = Look for 8.3 file names also the //8.3 file format (not understood) - - //- q = Quiet compile the //Quiet mode? the the //-r<paths> = Resource directories the //resource file (. res) path - the //-u<paths> = Unit directories the //Cell Path the 94 //- v = Debug information in EXE the //Generate debugger Debug information file the the //-VR = Generate Remote Debug (RSM)98 // About - //-w[+|-][warn_id] = Output warning Messages101 // 102 103 //- z = Output ' never build ' DCPs104 // the 106 //-$<dir> = Compiler directive107 //Compile Path108 109 //--help = Show This help screen the //Output Help information111 the //--version = Show name and version113 //Output Version number the the //--no-config = does not load default DCC32. CFG file the //do not read dcc32.cfg files
DCC32 's parameters