mirror of https://gitlab.com/basile.b/dexed.git
22 lines
517 B
Plaintext
22 lines
517 B
Plaintext
object CurrentProject: TCENativeProject
|
|
OptionsCollection = <
|
|
item
|
|
name = 'win32-dbg'
|
|
debugingOptions.debug = True
|
|
debugingOptions.codeviewDexts = True
|
|
messagesOptions.additionalWarnings = True
|
|
outputOptions.binaryKind = sharedlib
|
|
pathsOptions.outputFilename = '..\..\lazproj\cedast.dll'
|
|
end>
|
|
Sources.Strings = (
|
|
'..\src\cedast.d'
|
|
'..\src\common.d'
|
|
'..\src\ast.d'
|
|
)
|
|
ConfigurationIndex = 0
|
|
LibraryAliases.Strings = (
|
|
'libdparse'
|
|
'iz'
|
|
)
|
|
end
|