mirror of https://gitlab.com/basile.b/dexed.git
output tools to bin folder
This commit is contained in:
parent
cb4d381e08
commit
80469db50d
|
@ -6,7 +6,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '../lazproj/cesyms'
|
pathsOptions.outputFilename = '../bin/cesyms'
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
'cesyms.d'
|
'cesyms.d'
|
||||||
|
|
|
@ -1,20 +1,14 @@
|
||||||
object CurrentProject: TCEProject
|
object CurrentProject: TCENativeProject
|
||||||
OptionsCollection = <
|
OptionsCollection = <
|
||||||
item
|
item
|
||||||
name = 'release'
|
name = 'release'
|
||||||
outputOptions.inlining = True
|
outputOptions.inlining = True
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cesyms'
|
pathsOptions.outputFilename = '../bin/cesyms'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'..\libdparse\src\*'
|
'../libdparse/src/*'
|
||||||
)
|
)
|
||||||
preBuildProcess.options = []
|
|
||||||
preBuildProcess.showWindow = swoNone
|
|
||||||
postBuildProcess.options = []
|
|
||||||
postBuildProcess.showWindow = swoNone
|
|
||||||
runOptions.options = []
|
|
||||||
runOptions.showWindow = swoNone
|
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
'cesyms.d'
|
'cesyms.d'
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
object CurrentProject: TCEProject
|
object CurrentProject: TCENativeProject
|
||||||
OptionsCollection = <
|
OptionsCollection = <
|
||||||
item
|
item
|
||||||
name = 'testwith_CPFS'
|
name = 'testwith_CPFS'
|
||||||
messagesOptions.additionalWarnings = True
|
messagesOptions.additionalWarnings = True
|
||||||
outputOptions.boundsCheck = onAlways
|
outputOptions.boundsCheck = onAlways
|
||||||
outputOptions.unittest = True
|
outputOptions.unittest = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
pathsOptions.outputFilename = '../lazproj/cetodo'
|
||||||
preBuildProcess.options = []
|
|
||||||
preBuildProcess.showWindow = swoNone
|
|
||||||
postBuildProcess.options = []
|
|
||||||
postBuildProcess.showWindow = swoNone
|
|
||||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||||
runOptions.parameters.Strings = (
|
runOptions.parameters.Strings = (
|
||||||
'<CPFS>'
|
'<CPFS>'
|
||||||
|
@ -21,13 +17,7 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
pathsOptions.outputFilename = '../bin/cetodo'
|
||||||
preBuildProcess.options = []
|
|
||||||
preBuildProcess.showWindow = swoNone
|
|
||||||
postBuildProcess.options = []
|
|
||||||
postBuildProcess.showWindow = swoNone
|
|
||||||
runOptions.options = []
|
|
||||||
runOptions.showWindow = swoNone
|
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
'cetodo.d'
|
'cetodo.d'
|
||||||
|
|
|
@ -1,18 +1,14 @@
|
||||||
object CurrentProject: TCEProject
|
object CurrentProject: TCENativeProject
|
||||||
OptionsCollection = <
|
OptionsCollection = <
|
||||||
item
|
item
|
||||||
name = 'testwith_CPFS'
|
name = 'testwith_CPFS'
|
||||||
messagesOptions.additionalWarnings = True
|
messagesOptions.additionalWarnings = True
|
||||||
outputOptions.boundsCheck = onAlways
|
outputOptions.boundsCheck = onAlways
|
||||||
outputOptions.unittest = True
|
outputOptions.unittest = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
pathsOptions.outputFilename = '../lazproj/cetodo'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'..\libdparse\src\*'
|
'../libdparse/src/*'
|
||||||
)
|
)
|
||||||
preBuildProcess.options = []
|
|
||||||
preBuildProcess.showWindow = swoNone
|
|
||||||
postBuildProcess.options = []
|
|
||||||
postBuildProcess.showWindow = swoNone
|
|
||||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||||
runOptions.parameters.Strings = (
|
runOptions.parameters.Strings = (
|
||||||
'<CPFS>'
|
'<CPFS>'
|
||||||
|
@ -24,16 +20,10 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
pathsOptions.outputFilename = '../bin/cetodo'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'..\libdparse\src\*'
|
'../libdparse/src/*'
|
||||||
)
|
)
|
||||||
preBuildProcess.options = []
|
|
||||||
preBuildProcess.showWindow = swoNone
|
|
||||||
postBuildProcess.options = []
|
|
||||||
postBuildProcess.showWindow = swoNone
|
|
||||||
runOptions.options = []
|
|
||||||
runOptions.showWindow = swoNone
|
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
'cetodo.d'
|
'cetodo.d'
|
||||||
|
|
Loading…
Reference in New Issue