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