mirror of https://gitlab.com/basile.b/dexed.git
89 lines
3.3 KiB
Plaintext
89 lines
3.3 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.boundsCheck = onAlways
|
|
outputOptions.optimizations = False
|
|
outputOptions.generateStackFrame = False
|
|
outputOptions.addMain = False
|
|
outputOptions.release = False
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifiers.Strings = (
|
|
'revision_1'
|
|
)
|
|
pathsOptions.outputFilename = '..\output\main.exe'
|
|
preBuildProcess.executable = 'C:\Dev\pasproj\Coedit\lazproj\test\coeditproj\pre.bat'
|
|
preBuildProcess.options = [poWaitOnExit]
|
|
preBuildProcess.showWindow = swoNone
|
|
postBuildProcess.executable = 'C:\Dev\pasproj\Coedit\lazproj\test\coeditproj\post.bat'
|
|
postBuildProcess.options = [poWaitOnExit]
|
|
postBuildProcess.showWindow = swoNone
|
|
runOptions.options = []
|
|
runOptions.showWindow = swoNone
|
|
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.boundsCheck = onAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.generateStackFrame = False
|
|
outputOptions.addMain = False
|
|
outputOptions.release = False
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifier = 'revision_1'
|
|
pathsOptions.outputFilename = '..\output\main.exe'
|
|
preBuildProcess.options = []
|
|
preBuildProcess.showWindow = swoNone
|
|
postBuildProcess.options = []
|
|
postBuildProcess.showWindow = swoNone
|
|
runOptions.options = []
|
|
runOptions.showWindow = swoNone
|
|
end>
|
|
Sources.Strings = (
|
|
'..\src\main.d'
|
|
'..\src\barclass.d'
|
|
'..\src\fooclass.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|