mirror of https://gitlab.com/basile.b/dexed.git
updated cesetup version
This commit is contained in:
parent
b7b3e05d8f
commit
4ede2e5047
|
@ -6,7 +6,7 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'coedit.1rc1.win32.setup.exe'
|
pathsOptions.outputFilename = 'coedit.1gold.win32.setup.exe'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'win32\'
|
'win32\'
|
||||||
)
|
)
|
||||||
|
@ -17,7 +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 = 'coedit.1rc1.linux32.setup'
|
pathsOptions.outputFilename = 'coedit.1gold.linux32.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux32\'
|
'nux32\'
|
||||||
)
|
)
|
||||||
|
@ -28,7 +28,7 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'coedit.1rc1.linux64.setup'
|
pathsOptions.outputFilename = 'coedit.1gold.linux64.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux64\'
|
'nux64\'
|
||||||
)
|
)
|
||||||
|
|
|
@ -77,9 +77,9 @@ void main(string[] args)
|
||||||
|
|
||||||
writeln("|---------------------------------------------|");
|
writeln("|---------------------------------------------|");
|
||||||
if (!uninstall)
|
if (!uninstall)
|
||||||
writeln("| Coedit 1.0 setup |");
|
writeln("| Coedit 1 gold setup |");
|
||||||
else
|
else
|
||||||
writeln("| Coedit 1.0 uninstaller |");
|
writeln("| Coedit uninstaller |");
|
||||||
writeln("|---------------------------------------------|");
|
writeln("|---------------------------------------------|");
|
||||||
|
|
||||||
version(win32)
|
version(win32)
|
||||||
|
|
Loading…
Reference in New Issue