mirror of https://gitlab.com/basile.b/dexed.git
added submodule libdparse
cysym and cetodo can be built without libdparse setup in the libman
This commit is contained in:
parent
bdc202ba61
commit
2903c8b931
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "libdparse"]
|
||||||
|
path = libdparse
|
||||||
|
url = https://github.com/Hackerpilot/libdparse.git
|
|
@ -7,6 +7,9 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cesyms'
|
pathsOptions.outputFilename = '..\lazproj\cesyms'
|
||||||
|
pathsOptions.extraSources.Strings = (
|
||||||
|
'..\libdparse\src\*'
|
||||||
|
)
|
||||||
preBuildProcess.options = []
|
preBuildProcess.options = []
|
||||||
preBuildProcess.showWindow = swoNone
|
preBuildProcess.showWindow = swoNone
|
||||||
postBuildProcess.options = []
|
postBuildProcess.options = []
|
||||||
|
|
|
@ -22,6 +22,9 @@ object CurrentProject: TCEProject
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
pathsOptions.outputFilename = '..\lazproj\cetodo'
|
||||||
|
pathsOptions.extraSources.Strings = (
|
||||||
|
'..\libdparse\src\*'
|
||||||
|
)
|
||||||
preBuildProcess.options = []
|
preBuildProcess.options = []
|
||||||
preBuildProcess.showWindow = swoNone
|
preBuildProcess.showWindow = swoNone
|
||||||
postBuildProcess.options = []
|
postBuildProcess.options = []
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9dc22fb7d7fa95130d787e4a3a96b5b970027f4f
|
Loading…
Reference in New Issue