update ce native project for dastworx

This commit is contained in:
Basile Burg 2018-02-11 19:46:31 +01:00
parent 142137678e
commit 04898b564b
1 changed files with 4 additions and 0 deletions

View File

@ -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>