Changeset 58

Show
Ignore:
Timestamp:
07/06/09 20:54:55 (3 years ago)
Author:
Derek Parnell
Message:

* Comment out those configuration items that are no being set by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/bud.cfg

    r57 r58  
    115115INIT:LinkerExe       =  link.exe 
    116116INIT:ConfigFile      =  sc.ini 
    117 INIT:ConfigPath      = 
    118 INIT:CompilerPath    = 
    119 INIT:LinkerPath      = 
     117#INIT:ConfigPath      = 
     118#INIT:CompilerPath    = 
     119#INIT:LinkerPath      = 
    120120INIT:LinkerDefs      =  /noi/map 
    121 INIT:LibPaths        = 
     121#INIT:LibPaths        = 
    122122INIT:ConfigSep       =  ; 
    123123INIT:Librarian       =  lib.exe 
     
    127127INIT:OutFileSwitch   =  -of 
    128128INIT:ImportPath      =  -I 
    129 INIT:LinkLibSwitch   = 
     129#INIT:LinkLibSwitch   = 
    130130INIT:LibPathSwitch   =  -L 
    131131INIT:MapSwitch       =  -M 
     
    135135INIT:OutputPath      =  -od 
    136136INIT:RunSwitch       =  -exec 
    137 INIT:LibrarianPath   = 
     137#INIT:LibrarianPath   = 
    138138INIT:ResponseExt     =  brf 
    139139INIT:DefResponseFile =  build.brf 
     
    149149INIT:PathId          = PATH 
    150150INIT:ModOutPrefix    = "MODULES =\n" 
    151 INIT:ModOutSuffix    = 
     151#INIT:ModOutSuffix    = 
    152152INIT:ModOutBody      = "    $(MODULE {mod})\n" 
    153 INIT:ModOutDelim     = 
     153#INIT:ModOutDelim     = 
    154154INIT:ModOutFile      = _modules.ddoc 
    155155INIT:GenDebugInfo    = -g 
    156156INIT:HomePathId      = HOME 
    157 INIT:EtcPath         = 
     157#INIT:EtcPath         = 
    158158INIT:ArgDelim        = , 
    159159INIT:ArgFileDelim    = + 
     
    181181INIT:CompileOnly     =  -c 
    182182INIT:LinkerExe       =  gdc.exe 
    183 INIT:ConfigFile      = 
    184 INIT:ConfigPath      = 
    185 INIT:CompilerPath    = 
    186 INIT:LinkerPath      = 
    187 INIT:LinkerDefs      = 
    188 INIT:LibPaths        = 
     183#INIT:ConfigFile      = 
     184#INIT:ConfigPath      = 
     185#INIT:CompilerPath    = 
     186#INIT:LinkerPath      = 
     187#INIT:LinkerDefs      = 
     188#INIT:LibPaths        = 
    189189INIT:ConfigSep       =  ; 
    190190INIT:Librarian       =  ar.exe 
     
    202202INIT:OutputPath      =  -od 
    203203INIT:RunSwitch       =  -exec 
    204 INIT:LibrarianPath   = 
     204#INIT:LibrarianPath   = 
    205205INIT:ResponseExt     =  brf 
    206206INIT:DefResponseFile =  build.brf 
    207207INIT:RDFName         =  default.rdf 
    208208INIT:DefMacroDefFile =  build.mdf 
    209 INIT:LinkerStdOut      =  ` >nul` 
     209INIT:LinkerStdOut    =  ` >nul` 
    210210INIT:IgnoredModules  = phobos,std 
    211211INIT:AssumedLibs     = phobos,kernel32.lib,user32.lib 
     
    216216INIT:PathId          = PATH 
    217217INIT:ModOutPrefix    = "MODULES =\n" 
    218 INIT:ModOutSuffix    = 
     218#INIT:ModOutSuffix    = 
    219219INIT:ModOutBody      = "    $(MODULE {mod})\n" 
    220 INIT:ModOutDelim     = 
     220#INIT:ModOutDelim     = 
    221221INIT:ModOutFile      = _modules.ddoc 
    222222INIT:GenDebugInfo    = -g 
    223 INIT:CompilerDefs    = 
     223#INIT:CompilerDefs    = 
    224224INIT:HomePathId      = HOME 
    225 INIT:EtcPath         = 
     225#INIT:EtcPath         = 
    226226INIT:ArgDelim        = " " 
    227227INIT:ArgFileDelim    = " " 
     
    236236 
    237237[Posix:DigitalMars] 
    238 INIT:ExeExtension    = 
     238#INIT:ExeExtension    = 
    239239INIT:LibExtension    =  a 
    240240INIT:ObjExtension    =  o 
     
    250250INIT:ConfigFile      =  dmd.conf 
    251251INIT:ConfigPath      =  /etc/ 
    252 INIT:CompilerPath    = 
    253 INIT:LinkerPath      = 
    254 INIT:LinkerDefs      = 
    255 INIT:LibPaths        = 
     252#INIT:CompilerPath    = 
     253#INIT:LinkerPath      = 
     254#INIT:LinkerDefs      = 
     255#INIT:LibPaths        = 
    256256INIT:ConfigSep       =  : 
    257257INIT:Librarian       =  ar 
     
    269269INIT:OutputPath      =  -od 
    270270INIT:RunSwitch       =  -exec 
    271 INIT:LibrarianPath   = 
     271#INIT:LibrarianPath   = 
    272272INIT:ResponseExt     =  brf 
    273273INIT:DefResponseFile =  build.brf 
    274274INIT:RDFName         =  default.rdf 
    275275INIT:DefMacroDefFile =  build.mdf 
    276 INIT:LinkerStdOut      =  ` >/dev/null` 
     276INIT:LinkerStdOut    =  ` >/dev/null` 
    277277INIT:IgnoredModules  = phobos 
    278278INIT:AssumedLibs     = c,phobos,pthread,m 
    279279INIT:PathId          = PATH 
    280280INIT:ModOutPrefix    = "MODULES =\n" 
    281 INIT:ModOutSuffix    = 
     281#INIT:ModOutSuffix    = 
    282282INIT:ModOutBody      = "    $(MODULE {mod})\n" 
    283 INIT:ModOutDelim     = 
     283#INIT:ModOutDelim     = 
    284284INIT:ModOutFile      = _modules.ddoc 
    285285INIT:GenDebugInfo    = -g 
    286 INIT:CompilerDefs    = 
     286#INIT:CompilerDefs    = 
    287287INIT:HomePathId      = HOME 
    288288INIT:EtcPath         = /etc/ 
     
    298298 
    299299[Posix:GNU] 
    300 INIT:ExeExtension    = 
     300#INIT:ExeExtension    = 
    301301INIT:LibExtension    =  a 
    302302INIT:ObjExtension    =  o 
     
    310310INIT:CompileOnly     =  -c 
    311311INIT:LinkerExe       =  gdmd 
    312 INIT:ConfigFile      = 
    313 INIT:ConfigPath      = 
    314 INIT:CompilerPath    = 
    315 INIT:LinkerPath      = 
    316 INIT:LinkerDefs      = 
    317 INIT:LibPaths        = 
     312#INIT:ConfigFile      = 
     313#INIT:ConfigPath      = 
     314#INIT:CompilerPath    = 
     315#INIT:LinkerPath      = 
     316#INIT:LinkerDefs      = 
     317#INIT:LibPaths        = 
    318318INIT:ConfigSep       =  : 
    319319INIT:Librarian       =  ar 
     
    331331INIT:OutputPath      =  -od 
    332332INIT:RunSwitch       =  -exec 
    333 INIT:LibrarianPath   = 
     333#INIT:LibrarianPath   = 
    334334INIT:ResponseExt     =  brf 
    335335INIT:DefResponseFile =  build.brf 
    336336INIT:RDFName         =  default.rdf 
    337337INIT:DefMacroDefFile =  build.mdf 
    338 INIT:LinkerStdOut      =  ` >/dev/null` 
     338INIT:LinkerStdOut    =  ` >/dev/null` 
    339339INIT:IgnoredModules  = phobos,std 
    340340INIT:AssumedLibs     = c,gphobos,pthread,m 
    341341INIT:PathId          = PATH 
    342342INIT:ModOutPrefix    = "MODULES =\n" 
    343 INIT:ModOutSuffix    = 
     343#INIT:ModOutSuffix    = 
    344344INIT:ModOutBody      = "    $(MODULE {mod})\n" 
    345 INIT:ModOutDelim     = 
     345#INIT:ModOutDelim     = 
    346346INIT:ModOutFile      = _modules.ddoc 
    347347INIT:GenDebugInfo    = -g 
    348 INIT:CompilerDefs    = 
     348#INIT:CompilerDefs    = 
    349349INIT:HomePathId      = HOME 
    350 INIT:EtcPath         = 
     350#INIT:EtcPath         = 
    351351INIT:ArgDelim        = " " 
    352352INIT:ArgFileDelim    = " "