Changeset 58
- Timestamp:
- 07/06/09 20:54:55 (3 years ago)
- Files:
-
- trunk/Source/bud.cfg (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/bud.cfg
r57 r58 115 115 INIT:LinkerExe = link.exe 116 116 INIT:ConfigFile = sc.ini 117 INIT:ConfigPath =118 INIT:CompilerPath =119 INIT:LinkerPath =117 #INIT:ConfigPath = 118 #INIT:CompilerPath = 119 #INIT:LinkerPath = 120 120 INIT:LinkerDefs = /noi/map 121 INIT:LibPaths =121 #INIT:LibPaths = 122 122 INIT:ConfigSep = ; 123 123 INIT:Librarian = lib.exe … … 127 127 INIT:OutFileSwitch = -of 128 128 INIT:ImportPath = -I 129 INIT:LinkLibSwitch =129 #INIT:LinkLibSwitch = 130 130 INIT:LibPathSwitch = -L 131 131 INIT:MapSwitch = -M … … 135 135 INIT:OutputPath = -od 136 136 INIT:RunSwitch = -exec 137 INIT:LibrarianPath =137 #INIT:LibrarianPath = 138 138 INIT:ResponseExt = brf 139 139 INIT:DefResponseFile = build.brf … … 149 149 INIT:PathId = PATH 150 150 INIT:ModOutPrefix = "MODULES =\n" 151 INIT:ModOutSuffix =151 #INIT:ModOutSuffix = 152 152 INIT:ModOutBody = " $(MODULE {mod})\n" 153 INIT:ModOutDelim =153 #INIT:ModOutDelim = 154 154 INIT:ModOutFile = _modules.ddoc 155 155 INIT:GenDebugInfo = -g 156 156 INIT:HomePathId = HOME 157 INIT:EtcPath =157 #INIT:EtcPath = 158 158 INIT:ArgDelim = , 159 159 INIT:ArgFileDelim = + … … 181 181 INIT:CompileOnly = -c 182 182 INIT: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 = 189 189 INIT:ConfigSep = ; 190 190 INIT:Librarian = ar.exe … … 202 202 INIT:OutputPath = -od 203 203 INIT:RunSwitch = -exec 204 INIT:LibrarianPath =204 #INIT:LibrarianPath = 205 205 INIT:ResponseExt = brf 206 206 INIT:DefResponseFile = build.brf 207 207 INIT:RDFName = default.rdf 208 208 INIT:DefMacroDefFile = build.mdf 209 INIT:LinkerStdOut = ` >nul`209 INIT:LinkerStdOut = ` >nul` 210 210 INIT:IgnoredModules = phobos,std 211 211 INIT:AssumedLibs = phobos,kernel32.lib,user32.lib … … 216 216 INIT:PathId = PATH 217 217 INIT:ModOutPrefix = "MODULES =\n" 218 INIT:ModOutSuffix =218 #INIT:ModOutSuffix = 219 219 INIT:ModOutBody = " $(MODULE {mod})\n" 220 INIT:ModOutDelim =220 #INIT:ModOutDelim = 221 221 INIT:ModOutFile = _modules.ddoc 222 222 INIT:GenDebugInfo = -g 223 INIT:CompilerDefs =223 #INIT:CompilerDefs = 224 224 INIT:HomePathId = HOME 225 INIT:EtcPath =225 #INIT:EtcPath = 226 226 INIT:ArgDelim = " " 227 227 INIT:ArgFileDelim = " " … … 236 236 237 237 [Posix:DigitalMars] 238 INIT:ExeExtension =238 #INIT:ExeExtension = 239 239 INIT:LibExtension = a 240 240 INIT:ObjExtension = o … … 250 250 INIT:ConfigFile = dmd.conf 251 251 INIT: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 = 256 256 INIT:ConfigSep = : 257 257 INIT:Librarian = ar … … 269 269 INIT:OutputPath = -od 270 270 INIT:RunSwitch = -exec 271 INIT:LibrarianPath =271 #INIT:LibrarianPath = 272 272 INIT:ResponseExt = brf 273 273 INIT:DefResponseFile = build.brf 274 274 INIT:RDFName = default.rdf 275 275 INIT:DefMacroDefFile = build.mdf 276 INIT:LinkerStdOut = ` >/dev/null`276 INIT:LinkerStdOut = ` >/dev/null` 277 277 INIT:IgnoredModules = phobos 278 278 INIT:AssumedLibs = c,phobos,pthread,m 279 279 INIT:PathId = PATH 280 280 INIT:ModOutPrefix = "MODULES =\n" 281 INIT:ModOutSuffix =281 #INIT:ModOutSuffix = 282 282 INIT:ModOutBody = " $(MODULE {mod})\n" 283 INIT:ModOutDelim =283 #INIT:ModOutDelim = 284 284 INIT:ModOutFile = _modules.ddoc 285 285 INIT:GenDebugInfo = -g 286 INIT:CompilerDefs =286 #INIT:CompilerDefs = 287 287 INIT:HomePathId = HOME 288 288 INIT:EtcPath = /etc/ … … 298 298 299 299 [Posix:GNU] 300 INIT:ExeExtension =300 #INIT:ExeExtension = 301 301 INIT:LibExtension = a 302 302 INIT:ObjExtension = o … … 310 310 INIT:CompileOnly = -c 311 311 INIT: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 = 318 318 INIT:ConfigSep = : 319 319 INIT:Librarian = ar … … 331 331 INIT:OutputPath = -od 332 332 INIT:RunSwitch = -exec 333 INIT:LibrarianPath =333 #INIT:LibrarianPath = 334 334 INIT:ResponseExt = brf 335 335 INIT:DefResponseFile = build.brf 336 336 INIT:RDFName = default.rdf 337 337 INIT:DefMacroDefFile = build.mdf 338 INIT:LinkerStdOut = ` >/dev/null`338 INIT:LinkerStdOut = ` >/dev/null` 339 339 INIT:IgnoredModules = phobos,std 340 340 INIT:AssumedLibs = c,gphobos,pthread,m 341 341 INIT:PathId = PATH 342 342 INIT:ModOutPrefix = "MODULES =\n" 343 INIT:ModOutSuffix =343 #INIT:ModOutSuffix = 344 344 INIT:ModOutBody = " $(MODULE {mod})\n" 345 INIT:ModOutDelim =345 #INIT:ModOutDelim = 346 346 INIT:ModOutFile = _modules.ddoc 347 347 INIT:GenDebugInfo = -g 348 INIT:CompilerDefs =348 #INIT:CompilerDefs = 349 349 INIT:HomePathId = HOME 350 INIT:EtcPath =350 #INIT:EtcPath = 351 351 INIT:ArgDelim = " " 352 352 INIT:ArgFileDelim = " "
