mirror of https://gitlab.com/basile.b/dexed.git
18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
object CurrentProject: TCENativeProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'release'
|
|
outputOptions.inlining = True
|
|
outputOptions.boundsCheck = offAlways
|
|
outputOptions.release = True
|
|
pathsOptions.outputFilename = '../bin/cesyms'
|
|
pathsOptions.extraSources.Strings = (
|
|
'../etc/libdparse/src/*'
|
|
)
|
|
end>
|
|
Sources.Strings = (
|
|
'cesyms.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
end
|