mirror of https://gitlab.com/basile.b/dexed.git
dastworx, add submodule iz and update ce project, close #82
This commit is contained in:
parent
712a89c442
commit
0560e0c789
|
@ -4,3 +4,6 @@
|
||||||
[submodule "etc/travis-lazarus"]
|
[submodule "etc/travis-lazarus"]
|
||||||
path = etc/travis-lazarus
|
path = etc/travis-lazarus
|
||||||
url = https://github.com/nielsAD/travis-lazarus.git
|
url = https://github.com/nielsAD/travis-lazarus.git
|
||||||
|
[submodule "etc/iz"]
|
||||||
|
path = etc/iz
|
||||||
|
url = https://www.github.com/BBasile/iz.git
|
||||||
|
|
|
@ -8,6 +8,14 @@ object CurrentProject: TCENativeProject
|
||||||
'devel'
|
'devel'
|
||||||
)
|
)
|
||||||
pathsOptions.outputFilename = '../bin/dastworx'
|
pathsOptions.outputFilename = '../bin/dastworx'
|
||||||
|
pathsOptions.extraSources.Strings = (
|
||||||
|
'../etc/iz/import/*'
|
||||||
|
'../etc/libdparse/src/*'
|
||||||
|
)
|
||||||
|
pathsOptions.importModulePaths.Strings = (
|
||||||
|
'../etc/iz/import'
|
||||||
|
'../etc/libdparse/src'
|
||||||
|
)
|
||||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
|
@ -17,6 +25,14 @@ object CurrentProject: TCENativeProject
|
||||||
outputOptions.optimizations = True
|
outputOptions.optimizations = True
|
||||||
outputOptions.release = True
|
outputOptions.release = True
|
||||||
pathsOptions.outputFilename = '../bin/dastworx'
|
pathsOptions.outputFilename = '../bin/dastworx'
|
||||||
|
pathsOptions.extraSources.Strings = (
|
||||||
|
'../etc/iz/import/*'
|
||||||
|
'../etc/libdparse/src/*'
|
||||||
|
)
|
||||||
|
pathsOptions.importModulePaths.Strings = (
|
||||||
|
'../etc/iz/import'
|
||||||
|
'../etc/libdparse/src'
|
||||||
|
)
|
||||||
runOptions.options = [poUsePipes, poStderrToOutPut]
|
runOptions.options = [poUsePipes, poStderrToOutPut]
|
||||||
end>
|
end>
|
||||||
Sources.Strings = (
|
Sources.Strings = (
|
||||||
|
@ -29,8 +45,4 @@ object CurrentProject: TCENativeProject
|
||||||
'src/runnableflags.d'
|
'src/runnableflags.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 1
|
ConfigurationIndex = 1
|
||||||
LibraryAliases.Strings = (
|
|
||||||
'iz'
|
|
||||||
'libdparse'
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 040cfc17c5707276346351811140e544cc7e3600
|
Loading…
Reference in New Issue