mirror of https://gitlab.com/basile.b/dexed.git
66 lines
2.4 KiB
Plaintext
66 lines
2.4 KiB
Plaintext
object TCEProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'default'
|
|
documentationOptions.generateDocumentation = True
|
|
documentationOptions.generateJSON = False
|
|
documentationOptions.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = True
|
|
debugingOptions.debugIdentifier = '2'
|
|
debugingOptions.addDInformations = False
|
|
debugingOptions.addCInformations = False
|
|
debugingOptions.generateMapFile = False
|
|
messagesOptions.depreciationHandling = warning
|
|
messagesOptions.verbose = False
|
|
messagesOptions.warnings = True
|
|
messagesOptions.additionalWarnings = True
|
|
messagesOptions.tlsInformations = False
|
|
messagesOptions.quiet = False
|
|
outputOptions.targetKind = auto
|
|
outputOptions.binaryKind = executable
|
|
outputOptions.inlining = False
|
|
outputOptions.noBoundsCheck = False
|
|
outputOptions.optimizations = False
|
|
outputOptions.generateStackFrame = False
|
|
outputOptions.addMain = False
|
|
outputOptions.release = False
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifier = 'revision_1'
|
|
pathsOptions.outputFilename = '..\output\main.exe'
|
|
end
|
|
item
|
|
name = 'alternative'
|
|
documentationOptions.generateDocumentation = True
|
|
documentationOptions.generateJSON = False
|
|
documentationOptions.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = False
|
|
debugingOptions.debugIdentifier = '3'
|
|
debugingOptions.addDInformations = False
|
|
debugingOptions.addCInformations = False
|
|
debugingOptions.generateMapFile = False
|
|
messagesOptions.depreciationHandling = warning
|
|
messagesOptions.verbose = False
|
|
messagesOptions.warnings = True
|
|
messagesOptions.additionalWarnings = True
|
|
messagesOptions.tlsInformations = False
|
|
messagesOptions.quiet = False
|
|
outputOptions.targetKind = auto
|
|
outputOptions.binaryKind = executable
|
|
outputOptions.inlining = True
|
|
outputOptions.noBoundsCheck = True
|
|
outputOptions.optimizations = True
|
|
outputOptions.generateStackFrame = False
|
|
outputOptions.addMain = False
|
|
outputOptions.release = False
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifier = 'revision_1'
|
|
pathsOptions.outputFilename = '..\output\main.exe'
|
|
end>
|
|
Sources.Strings = (
|
|
'..\src\main.d'
|
|
'..\src\bar.d'
|
|
'..\src\foo.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|