move submodules to etc

This commit is contained in:
Basile Burg 2016-01-30 09:39:31 +01:00
parent 803c6a6c15
commit c9a1878987
5 changed files with 6 additions and 6 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "libdparse"]
path = libdparse
[submodule "etc/libdparse"]
path = etc/libdparse
url = https://github.com/Hackerpilot/libdparse.git

View File

@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
outputOptions.release = True
pathsOptions.outputFilename = '../bin/cesyms'
pathsOptions.extraSources.Strings = (
'../libdparse/src/*'
'../etc/libdparse/src/*'
)
end>
Sources.Strings = (

View File

@ -7,7 +7,7 @@ object CurrentProject: TCENativeProject
outputOptions.unittest = True
pathsOptions.outputFilename = '../lazproj/cetodo'
pathsOptions.extraSources.Strings = (
'../libdparse/src/*'
'../etc/libdparse/src/*'
)
runOptions.options = [poUsePipes, poStderrToOutPut]
runOptions.parameters.Strings = (
@ -22,7 +22,7 @@ object CurrentProject: TCENativeProject
outputOptions.release = True
pathsOptions.outputFilename = '../bin/cetodo'
pathsOptions.extraSources.Strings = (
'../libdparse/src/*'
'../etc/libdparse/src/*'
)
end>
Sources.Strings = (

1
etc/libdparse Submodule

@ -0,0 +1 @@
Subproject commit 7e0272a1e40d6b53d1ff9125a25572a05eb6f6d3

@ -1 +0,0 @@
Subproject commit 78a515dedcdc4ce3d180076f57df1f851ef2a673