mirror of https://gitlab.com/basile.b/dexed.git
prepared next rlz
This commit is contained in:
parent
27f7cf46a1
commit
ed5d7ac8ce
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output\coedit.2update2.win32.setup.exe'
|
pathsOptions.outputFilename = 'output\coedit.2update3.win32.setup.exe'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'win32\'
|
'win32\'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
@ -34,7 +34,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output\coedit.2update2.linux32.setup'
|
pathsOptions.outputFilename = 'output\coedit.2update3.linux32.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux32\'
|
'nux32\'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
@ -57,7 +57,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.boundsCheck = offAlways
|
outputOptions.boundsCheck = offAlways
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = 'output\coedit.2update2.linux64.setup'
|
pathsOptions.outputFilename = 'output\coedit.2update3.linux64.setup'
|
||||||
pathsOptions.importStringPaths.Strings = (
|
pathsOptions.importStringPaths.Strings = (
|
||||||
'nux64\'
|
'nux64\'
|
||||||
'<CPP>'
|
'<CPP>'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2update2
|
2update3
|
|
@ -36,7 +36,7 @@ inherited CEInfoWidget: TCEInfoWidget
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Alignment = taCenter
|
Alignment = taCenter
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
Caption = 'Coedit 2 - update 2'
|
Caption = 'Coedit 2 - update 3'
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Layout = tlCenter
|
Layout = tlCenter
|
||||||
|
|
Loading…
Reference in New Issue