Upgrade to new build system.
This commit is contained in:
parent
a2ca4f8122
commit
0cc4d09d65
11 changed files with 16 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ MONOLITHIC_TESTS="src/libCStreamedXML/build.lib src/libCStreamedXML/build.monoli
|
|||
if [ -z "${libCStreamedXML_MONOLITHIC}" ]
|
||||
then
|
||||
MONOLITHIC_SOURCE="$(echo src/libCStreamedXML/{TopHeader,types,functions,BottomHeader}.h)"
|
||||
make_monolithic ${HDR} C || return 1
|
||||
make_monolithic ${HDR} Ch || return 1
|
||||
|
||||
MONOLITHIC_SOURCE="$(echo src/libCStreamedXML/{TopSource,buffer,defaults,parser}.c)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue