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.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'coedit.1rc1.win32.setup.exe'
|
||||
pathsOptions.outputFilename = 'coedit.1gold.win32.setup.exe'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'win32\'
|
||||
)
|
||||
|
@ -17,7 +17,7 @@ object CurrentProject: TCEProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'coedit.1rc1.linux32.setup'
|
||||
pathsOptions.outputFilename = 'coedit.1gold.linux32.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux32\'
|
||||
)
|
||||
|
@ -28,7 +28,7 @@ object CurrentProject: TCEProject
|
|||
outputOptions.boundsCheck = offAlways
|
||||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
pathsOptions.outputFilename = 'coedit.1rc1.linux64.setup'
|
||||
pathsOptions.outputFilename = 'coedit.1gold.linux64.setup'
|
||||
pathsOptions.importStringPaths.Strings = (
|
||||
'nux64\'
|
||||
)
|
||||
|
|
|
@ -77,9 +77,9 @@ void main(string[] args)
|
|||
|
||||
writeln("|---------------------------------------------|");
|
||||
if (!uninstall)
|
||||
writeln("| Coedit 1.0 setup |");
|
||||
writeln("| Coedit 1 gold setup |");
|
||||
else
|
||||
writeln("| Coedit 1.0 uninstaller |");
|
||||
writeln("| Coedit uninstaller |");
|
||||
writeln("|---------------------------------------------|");
|
||||
|
||||
version(win32)
|
||||
|
|
Loading…
Reference in New Issue