mirror of https://gitlab.com/basile.b/dexed.git
cesetup, fix win output name
This commit is contained in:
parent
ebfaf3ad91
commit
fc2390bb63
|
@ -7,9 +7,9 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.2update1.win32.setup'
|
||||
pathsOptions.outputFilename = 'output\coedit.2update1.win32.setup.exe'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'win32/'
|
||||
'win32\'
|
||||
'<CPP>'
|
||||
)
|
||||
preBuildProcess.executable = 'cmd'
|
||||
|
@ -34,9 +34,9 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.2update1.linux32.setup'
|
||||
pathsOptions.outputFilename = 'output\coedit.2update1.linux32.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux32/'
|
||||
'nux32\'
|
||||
'<CPP>'
|
||||
)
|
||||
preBuildProcess.executable = 'sh'
|
||||
|
@ -57,9 +57,9 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'output/coedit.2update1.linux64.setup'
|
||||
pathsOptions.outputFilename = 'output\coedit.2update1.linux64.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux64/'
|
||||
'nux64\'
|
||||
'<CPP>'
|
||||
)
|
||||
preBuildProcess.executable = 'sh'
|
||||
|
@ -77,5 +77,6 @@ object CurrentProject: TCENativeProject
|
|||
Sources.Strings = (
|
||||
'cesetup.d'
|
||||
)
|
||||
ConfigurationIndex = 2
|
||||
ConfigurationIndex = 0
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue