From 2903c8b931ca07e903c4a23e8f2911418fa84fed Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 8 Mar 2015 16:11:51 +0100 Subject: [PATCH] added submodule libdparse cysym and cetodo can be built without libdparse setup in the libman --- .gitmodules | 3 +++ cesyms/cesyms.coedit | 3 +++ cetodo/cetodo.coedit | 3 +++ libdparse | 1 + 4 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 libdparse diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..86170fc7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libdparse"] + path = libdparse + url = https://github.com/Hackerpilot/libdparse.git diff --git a/cesyms/cesyms.coedit b/cesyms/cesyms.coedit index cb42f221..758f14c5 100644 --- a/cesyms/cesyms.coedit +++ b/cesyms/cesyms.coedit @@ -7,6 +7,9 @@ object CurrentProject: TCEProject outputOptions.optimizations = True outputOptions.release = True pathsOptions.outputFilename = '..\lazproj\cesyms' + pathsOptions.extraSources.Strings = ( + '..\libdparse\src\*' + ) preBuildProcess.options = [] preBuildProcess.showWindow = swoNone postBuildProcess.options = [] diff --git a/cetodo/cetodo.coedit b/cetodo/cetodo.coedit index 0e0b8358..910d2139 100644 --- a/cetodo/cetodo.coedit +++ b/cetodo/cetodo.coedit @@ -22,6 +22,9 @@ object CurrentProject: TCEProject outputOptions.optimizations = True outputOptions.release = True pathsOptions.outputFilename = '..\lazproj\cetodo' + pathsOptions.extraSources.Strings = ( + '..\libdparse\src\*' + ) preBuildProcess.options = [] preBuildProcess.showWindow = swoNone postBuildProcess.options = [] diff --git a/libdparse b/libdparse new file mode 160000 index 00000000..9dc22fb7 --- /dev/null +++ b/libdparse @@ -0,0 +1 @@ +Subproject commit 9dc22fb7d7fa95130d787e4a3a96b5b970027f4f