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