mirror of https://gitlab.com/basile.b/dexed.git
60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
object _1: TCEProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'default'
|
|
documentationOptions.generateDocumentation = True
|
|
documentationOptions.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = True
|
|
debugingOptions.debugIdentifiers.Strings = (
|
|
'a'
|
|
'b'
|
|
)
|
|
debugingOptions.debugLevel = 2
|
|
messagesOptions.additionalWarnings = True
|
|
outputOptions.noBoundsCheck = False
|
|
outputOptions.boundsCheck = onAlways
|
|
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.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = True
|
|
debugingOptions.debugLevel = 3
|
|
messagesOptions.additionalWarnings = True
|
|
outputOptions.inlining = True
|
|
outputOptions.noBoundsCheck = True
|
|
outputOptions.boundsCheck = onAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifiers.Strings = (
|
|
'revision_2'
|
|
)
|
|
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
|