|
Revision 9, 1.8 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 = |
|---|
| 2 |
INIT:LibExtension = a |
|---|
| 3 |
INIT:ObjExtension = o |
|---|
| 4 |
INIT:ShrLibExtension = so |
|---|
| 5 |
INIT:SrcExtension = d |
|---|
| 6 |
INIT:MacroExtension = mac |
|---|
| 7 |
INIT:DdocExtension = ddoc |
|---|
| 8 |
INIT:CompilerExe = gdc |
|---|
| 9 |
INIT:CompileOnly = -c |
|---|
| 10 |
INIT:LinkerExe = gdc |
|---|
| 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 |
|---|
| 19 |
INIT:LibrarianOpts = "-r" |
|---|
| 20 |
INIT:ShLibraries = Yes |
|---|
| 21 |
INIT:ShLibrarian = gcc |
|---|
| 22 |
INIT:ShLibrarianOpts = -shared |
|---|
| 23 |
INIT:ShLibrarianOutFileSwitch = "-o " |
|---|
| 24 |
INIT:VersionSwitch = -fversion |
|---|
| 25 |
INIT:DebugSwitch = -fdebug |
|---|
| 26 |
INIT:OutFileSwitch = "-o " |
|---|
| 27 |
INIT:ImportPath = "-I " |
|---|
| 28 |
INIT:LinkLibSwitch = -l |
|---|
| 29 |
INIT:LibPathSwitch = -L |
|---|
| 30 |
INIT:MapSwitch = -M |
|---|
| 31 |
INIT:SymInfoSwitch = -g |
|---|
| 32 |
INIT:BuildImportPath = -I |
|---|
| 33 |
INIT:ImportPathDelim = ; |
|---|
| 34 |
INIT:OutputPath = -od |
|---|
| 35 |
INIT:RunSwitch = -exec |
|---|
| 36 |
INIT:LibrarianPath = |
|---|
| 37 |
INIT:ResponseExt = brf |
|---|
| 38 |
INIT:DefResponseFile = build.brf |
|---|
| 39 |
INIT:RDFName = default.rdf |
|---|
| 40 |
INIT:DefMacroDefFile = build.mdf |
|---|
| 41 |
INIT:LinkerStdOut = ` >/dev/null` |
|---|
| 42 |
INIT:IgnoredModules = |
|---|
| 43 |
INIT:AssumedLibs = |
|---|
| 44 |
INIT:PathId = PATH |
|---|
| 45 |
INIT:ModOutPrefix = "MODULES =\n" |
|---|
| 46 |
INIT:ModOutSuffix = |
|---|
| 47 |
INIT:ModOutBody = " $(MODULE {mod})\n" |
|---|
| 48 |
INIT:ModOutDelim = |
|---|
| 49 |
INIT:ModOutFile = _modules.ddoc |
|---|
| 50 |
INIT:GenDebugInfo = -g |
|---|
| 51 |
INIT:CompilerDefs = |
|---|
| 52 |
INIT:HomePathId = HOME |
|---|
| 53 |
INIT:EtcPath = |
|---|
| 54 |
INIT:ArgDelim = " " |
|---|
| 55 |
INIT:ArgFileDelim = " " |
|---|
| 56 |
INIT:PostSwitches = No |
|---|
| 57 |
INIT:AppendLinkSwitches = No |
|---|