mirror of https://gitlab.com/basile.b/dexed.git
update ce native project for dastworx
This commit is contained in:
parent
142137678e
commit
04898b564b
|
@ -11,10 +11,12 @@ object CurrentProject: TCENativeProject
|
|||
pathsOptions.extraSources.Strings = (
|
||||
'../etc/iz/import/*'
|
||||
'../etc/libdparse/src/*'
|
||||
'../etc/stdx-allocator/source/*'
|
||||
)
|
||||
pathsOptions.importModulePaths.Strings = (
|
||||
'../etc/iz/import'
|
||||
'../etc/libdparse/src'
|
||||
'../etc/stdx-allocator/source'
|
||||
)
|
||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||
end
|
||||
|
@ -27,10 +29,12 @@ object CurrentProject: TCENativeProject
|
|||
pathsOptions.extraSources.Strings = (
|
||||
'../etc/iz/import/*'
|
||||
'../etc/libdparse/src/*'
|
||||
'../etc/stdx-allocator/source/*'
|
||||
)
|
||||
pathsOptions.importModulePaths.Strings = (
|
||||
'../etc/iz/import'
|
||||
'../etc/libdparse/src'
|
||||
'../etc/stdx-allocator/source'
|
||||
)
|
||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||
end>
|
||||
|
|
Loading…
Reference in New Issue