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"]
|
||||
path = etc/travis-lazarus
|
||||
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'
|
||||
)
|
||||
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]
|
||||
end
|
||||
item
|
||||
|
@ -17,6 +25,14 @@ object CurrentProject: TCENativeProject
|
|||
outputOptions.optimizations = True
|
||||
outputOptions.release = True
|
||||
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]
|
||||
end>
|
||||
Sources.Strings = (
|
||||
|
@ -29,8 +45,4 @@ object CurrentProject: TCENativeProject
|
|||
'src/runnableflags.d'
|
||||
)
|
||||
ConfigurationIndex = 1
|
||||
LibraryAliases.Strings = (
|
||||
'iz'
|
||||
'libdparse'
|
||||
)
|
||||
end
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 040cfc17c5707276346351811140e544cc7e3600
|
Loading…
Reference in New Issue