mirror of https://gitlab.com/basile.b/dexed.git
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
object _1: TCENativeProject
|
|
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.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.workingDirectory = '<CPP>'
|
|
preBuildProcess.options = [poWaitOnExit]
|
|
postBuildProcess.executable = 'C:\Dev\pasproj\Coedit\lazproj\test\coeditproj\post.bat'
|
|
postBuildProcess.workingDirectory = '<CPP>'
|
|
postBuildProcess.options = [poWaitOnExit]
|
|
end
|
|
item
|
|
name = 'alternative'
|
|
documentationOptions.generateDocumentation = True
|
|
documentationOptions.DocumentationDirectory = '..\doc'
|
|
debugingOptions.debug = True
|
|
debugingOptions.debugLevel = 3
|
|
messagesOptions.additionalWarnings = True
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = onAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.unittest = True
|
|
outputOptions.versionIdentifiers.Strings = (
|
|
'revision_2'
|
|
)
|
|
pathsOptions.outputFilename = '..\output\main.exe'
|
|
end>
|
|
Sources.Strings = (
|
|
'..\src\main.d'
|
|
'..\src\barclass.d'
|
|
'..\src\fooclass.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|