From 0560e0c789faf10a806311e0791ffbbd2953182c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 2 Jul 2016 17:21:38 +0200 Subject: [PATCH] dastworx, add submodule iz and update ce project, close #82 --- .gitmodules | 3 +++ dastworx/dastworx.ce | 20 ++++++++++++++++---- etc/iz | 1 + 3 files changed, 20 insertions(+), 4 deletions(-) create mode 160000 etc/iz diff --git a/.gitmodules b/.gitmodules index 80cdd3c1..25312f6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "etc/travis-lazarus"] path = etc/travis-lazarus url = https://github.com/nielsAD/travis-lazarus.git +[submodule "etc/iz"] + path = etc/iz + url = https://www.github.com/BBasile/iz.git diff --git a/dastworx/dastworx.ce b/dastworx/dastworx.ce index 4d2808bf..c95a69c3 100644 --- a/dastworx/dastworx.ce +++ b/dastworx/dastworx.ce @@ -8,6 +8,14 @@ object CurrentProject: TCENativeProject 'devel' ) pathsOptions.outputFilename = '../bin/dastworx' + pathsOptions.extraSources.Strings = ( + '../etc/iz/import/*' + '../etc/libdparse/src/*' + ) + pathsOptions.importModulePaths.Strings = ( + '../etc/iz/import' + '../etc/libdparse/src' + ) runOptions.options = [poUsePipes, poStderrToOutPut] end item @@ -17,6 +25,14 @@ object CurrentProject: TCENativeProject outputOptions.optimizations = True outputOptions.release = True pathsOptions.outputFilename = '../bin/dastworx' + pathsOptions.extraSources.Strings = ( + '../etc/iz/import/*' + '../etc/libdparse/src/*' + ) + pathsOptions.importModulePaths.Strings = ( + '../etc/iz/import' + '../etc/libdparse/src' + ) runOptions.options = [poUsePipes, poStderrToOutPut] end> Sources.Strings = ( @@ -29,8 +45,4 @@ object CurrentProject: TCENativeProject 'src/runnableflags.d' ) ConfigurationIndex = 1 - LibraryAliases.Strings = ( - 'iz' - 'libdparse' - ) end diff --git a/etc/iz b/etc/iz new file mode 160000 index 00000000..040cfc17 --- /dev/null +++ b/etc/iz @@ -0,0 +1 @@ +Subproject commit 040cfc17c5707276346351811140e544cc7e3600