root/branches/bud/dsss_build/win_gnu_build.cfg

Revision 9, 1.5 kB (checked in by Gregor, 2 years ago)

dsss_build: MERGE with bud 51

sss/conf.d: A few initial things for manifest support.

Line 
1 INIT:ExeExtension    =  exe
2 INIT:LibExtension    =  lib
3 INIT:ObjExtension    =  obj
4 INIT:ShrLibExtension =  dll
5 INIT:SrcExtension    =  d
6 INIT:MacroExtension  =  mac
7 INIT:DdocExtension   =  ddoc
8 INIT:CompilerExe     =  gdc.exe
9 INIT:CompileOnly     =  -c
10 INIT:LinkerExe       =  gdc.exe
11 INIT:ConfigFile      =
12 INIT:ConfigPath      =
13 INIT:CompilerPath    =
14 INIT:LinkerPath      =
15 INIT:LinkerDefs      =
16 INIT:LibPaths        =
17 INIT:ConfigSep       =  ;
18 INIT:Librarian       =  ar.exe
19 INIT:LibrarianOpts   =  "-c"
20 INIT:ShLibraries     =  No
21 INIT:VersionSwitch   =  -fversion
22 INIT:DebugSwitch     =  -fdebug
23 INIT:OutFileSwitch   =  "-o "
24 INIT:ImportPath      =  "-I "
25 INIT:LinkLibSwitch   =  -l
26 INIT:LibPathSwitch   =  -L
27 INIT:MapSwitch       =  -M
28 INIT:SymInfoSwitch   =  -g
29 INIT:BuildImportPath =  -I
30 INIT:ImportPathDelim =  ;
31 INIT:OutputPath      =  -od
32 INIT:RunSwitch       =  -exec
33 INIT:LibrarianPath   =
34 INIT:ResponseExt     =  brf
35 INIT:DefResponseFile =  build.brf
36 INIT:RDFName         =  default.rdf
37 INIT:DefMacroDefFile =  build.mdf
38 INIT:LinkerStdOut      =  ` >nul`
39 INIT:IgnoredModules  =
40 INIT:AssumedLibs     =
41 INIT:PathId          = PATH
42 INIT:ModOutPrefix    = "MODULES =\n"
43 INIT:ModOutSuffix    =
44 INIT:ModOutBody      = "    $(MODULE {mod})\n"
45 INIT:ModOutDelim     =
46 INIT:ModOutFile      = _modules.ddoc
47 INIT:GenDebugInfo    = -g
48 INIT:CompilerDefs    =
49 INIT:HomePathId      = HOME
50 INIT:EtcPath         =
51 INIT:ArgDelim        = " "
52 INIT:ArgFileDelim    = " "
53 INIT:PostSwitches    = No
54 INIT:AppendLinkSwitches = No
Note: See TracBrowser for help on using the browser.