mirror of https://gitlab.com/basile.b/dexed.git
33 lines
920 B
Plaintext
33 lines
920 B
Plaintext
object CurrentProject: TCEProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'release'
|
|
outputOptions.inlining = True
|
|
outputOptions.noBoundsCheck = False
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = '<CAP>cleaner.exe'
|
|
preBuildProcess.options = []
|
|
preBuildProcess.showWindow = swoNone
|
|
postBuildProcess.executable = '<CAP>cleaner.exe'
|
|
postBuildProcess.options = [poUsePipes, poStderrToOutPut]
|
|
postBuildProcess.parameters.Strings = (
|
|
'-e'
|
|
'.tmp,.res'
|
|
'-f'
|
|
'afile.file,anotherfile.hji'
|
|
'-p'
|
|
'<CAP>'
|
|
'-r'
|
|
)
|
|
postBuildProcess.showWindow = swoHIDE
|
|
runOptions.options = []
|
|
runOptions.showWindow = swoNone
|
|
end>
|
|
Sources.Strings = (
|
|
'..\src\cleaner.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|