From 04898b564bb64407c6d1787480bfcb4cbe705763 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 11 Feb 2018 19:46:31 +0100 Subject: [PATCH] update ce native project for dastworx --- dastworx/dastworx.ce | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dastworx/dastworx.ce b/dastworx/dastworx.ce index 86b1c885..b761a672 100644 --- a/dastworx/dastworx.ce +++ b/dastworx/dastworx.ce @@ -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>