mirror of https://gitlab.com/basile.b/dexed.git
28 lines
739 B
Plaintext
28 lines
739 B
Plaintext
object CurrentProject: TCEProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'release'
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = '..\lazproj\cesyms'
|
|
pathsOptions.extraSources.Strings = (
|
|
'..\libdparse\src\*'
|
|
)
|
|
preBuildProcess.options = []
|
|
preBuildProcess.showWindow = swoNone
|
|
postBuildProcess.options = []
|
|
postBuildProcess.showWindow = swoNone
|
|
runOptions.options = []
|
|
runOptions.showWindow = swoNone
|
|
end>
|
|
Sources.Strings = (
|
|
'cesyms.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
LibraryAliases.Strings = (
|
|
'libdparse'
|
|
)
|
|
end
|