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