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.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = '../lazproj/cesyms'
|
||||
pathsOptions.outputFilename = '../bin/cesyms'
|
||||
end>
|
||||
Sources.Strings = (
|
||||
'cesyms.d'
|
||||
|
|
|
@ -1,20 +1,14 @@
|
|||
object CurrentProject: TCEProject
|
||||
object CurrentProject: TCENativeProject
|
||||
OptionsCollection = <
|
||||
item
|
||||
name = 'release'
|
||||
outputOptions.inlining = True
|
||||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = '..\lazproj\cesyms'
|
||||
pathsOptions.outputFilename = '../bin/cesyms'
|
||||
pathsOptions.extraSources.Strings = (
|
||||
'..\libdparse\src\*'
|
||||
'../libdparse/src/*'
|
||||
)
|
||||
preBuildProcess.options = []
|
||||
preBuildProcess.showWindow = swoNone
|
||||
postBuildProcess.options = []
|
||||
postBuildProcess.showWindow = swoNone
|
||||
runOptions.options = []
|
||||
runOptions.showWindow = swoNone
|
||||
end>
|
||||
Sources.Strings = (
|
||||
'cesyms.d'
|
||||
|
|
|
@ -1,15 +1,11 @@
|
|||
object CurrentProject: TCEProject
|
||||
object CurrentProject: TCENativeProject
|
||||
OptionsCollection = <
|
||||
item
|
||||
name = 'testwith_CPFS'
|
||||
messagesOptions.additionalWarnings = True
|
||||
outputOptions.boundsCheck = onAlways
|
||||
outputOptions.unittest = True
|
||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
||||
preBuildProcess.options = []
|
||||
preBuildProcess.showWindow = swoNone
|
||||
postBuildProcess.options = []
|
||||
postBuildProcess.showWindow = swoNone
|
||||
pathsOptions.outputFilename = '../lazproj/cetodo'
|
||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||
runOptions.parameters.Strings = (
|
||||
'<CPFS>'
|
||||
|
@ -21,13 +17,7 @@ object CurrentProject: TCEProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
||||
preBuildProcess.options = []
|
||||
preBuildProcess.showWindow = swoNone
|
||||
postBuildProcess.options = []
|
||||
postBuildProcess.showWindow = swoNone
|
||||
runOptions.options = []
|
||||
runOptions.showWindow = swoNone
|
||||
pathsOptions.outputFilename = '../bin/cetodo'
|
||||
end>
|
||||
Sources.Strings = (
|
||||
'cetodo.d'
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
object CurrentProject: TCEProject
|
||||
object CurrentProject: TCENativeProject
|
||||
OptionsCollection = <
|
||||
item
|
||||
name = 'testwith_CPFS'
|
||||
messagesOptions.additionalWarnings = True
|
||||
outputOptions.boundsCheck = onAlways
|
||||
outputOptions.unittest = True
|
||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
||||
pathsOptions.extraSources.Strings = (
|
||||
'..\libdparse\src\*'
|
||||
pathsOptions.outputFilename = '../lazproj/cetodo'
|
||||
pathsOptions.extraSources.Strings = (
|
||||
'../libdparse/src/*'
|
||||
)
|
||||
preBuildProcess.options = []
|
||||
preBuildProcess.showWindow = swoNone
|
||||
postBuildProcess.options = []
|
||||
postBuildProcess.showWindow = swoNone
|
||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||
runOptions.parameters.Strings = (
|
||||
'<CPFS>'
|
||||
|
@ -24,16 +20,10 @@ object CurrentProject: TCEProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
||||
pathsOptions.outputFilename = '../bin/cetodo'
|
||||
pathsOptions.extraSources.Strings = (
|
||||
'..\libdparse\src\*'
|
||||
'../libdparse/src/*'
|
||||
)
|
||||
preBuildProcess.options = []
|
||||
preBuildProcess.showWindow = swoNone
|
||||
postBuildProcess.options = []
|
||||
postBuildProcess.showWindow = swoNone
|
||||
runOptions.options = []
|
||||
runOptions.showWindow = swoNone
|
||||
end>
|
||||
Sources.Strings = (
|
||||
'cetodo.d'
|
||||
|
|
Loading…
Reference in New Issue