mirror of https://gitlab.com/basile.b/dexed.git
move submodules to etc
This commit is contained in:
parent
803c6a6c15
commit
c9a1878987
|
@ -1,3 +1,3 @@
|
||||||
[submodule "libdparse"]
|
[submodule "etc/libdparse"]
|
||||||
path = libdparse
|
path = etc/libdparse
|
||||||
url = https://github.com/Hackerpilot/libdparse.git
|
url = https://github.com/Hackerpilot/libdparse.git
|
||||||
|
|
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '../bin/cesyms'
|
pathsOptions.outputFilename = '../bin/cesyms'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'../libdparse/src/*'
|
'../etc/libdparse/src/*'
|
||||||
)
|
)
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
|
|
|
@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.unittest = True
|
outputOptions.unittest = True
|
||||||
pathsOptions.outputFilename = '../lazproj/cetodo'
|
pathsOptions.outputFilename = '../lazproj/cetodo'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'../libdparse/src/*'
|
'../etc/libdparse/src/*'
|
||||||
)
|
)
|
||||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||||
runOptions.parameters.Strings = (
|
runOptions.parameters.Strings = (
|
||||||
|
@ -22,7 +22,7 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '../bin/cetodo'
|
pathsOptions.outputFilename = '../bin/cetodo'
|
||||||
pathsOptions.extraSources.Strings = (
|
pathsOptions.extraSources.Strings = (
|
||||||
'../libdparse/src/*'
|
'../etc/libdparse/src/*'
|
||||||
)
|
)
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7e0272a1e40d6b53d1ff9125a25572a05eb6f6d3
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 78a515dedcdc4ce3d180076f57df1f851ef2a673
|
|
Loading…
Reference in New Issue