mirror of https://gitlab.com/basile.b/dexed.git
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
object CurrentProject: TCENativeProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'win32'
|
|
messagesOptions.tlsInformations = True
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = 'output/coedit.1update2.win32.setup.exe'
|
|
pathsOptions.importStringPaths.Strings = (
|
|
'win32\'
|
|
)
|
|
end
|
|
item
|
|
name = 'nux32'
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = 'output/coedit.1update2.linux32.setup'
|
|
pathsOptions.importStringPaths.Strings = (
|
|
'nux32\'
|
|
)
|
|
end
|
|
item
|
|
name = 'nux64'
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.optimizations = True
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = 'output/coedit.1update2.linux64.setup'
|
|
pathsOptions.importStringPaths.Strings = (
|
|
'nux64\'
|
|
)
|
|
end>
|
|
Sources.Strings = (
|
|
'cesetup.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|