mirror of https://gitlab.com/basile.b/dexed.git
71 lines
2.5 KiB
Plaintext
71 lines
2.5 KiB
Plaintext
object _1: TCEProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'default'
|
|
documentationOptions.generateDocumentation = True
|
|
documentationOptions.generateJSON = False
|
|
documentationOptions.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = True
|
|
debugingOptions.debugIdentifiers.Strings = (
|
|
'a'
|
|
'b'
|
|
)
|
|
debugingOptions.debugLevel = 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.debugLevel = 0
|
|
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
|