Initial commit.
This commit is contained in:
commit
5af1a83262
51 changed files with 1824 additions and 0 deletions
15
skel/src/cppapp/build.monolithic
Normal file
15
skel/src/cppapp/build.monolithic
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# These are external variables, and shouldn't clash with anything else
|
||||
# APPCPP_MONOLITHIC
|
||||
#
|
||||
|
||||
if [ -z "${APPCPP_MONOLITHIC}" ]
|
||||
then
|
||||
SRC="obj/app.cpp"
|
||||
|
||||
MONOLITHIC_TESTS="src/cppapp/build.app src/cppapp/build.monolithic"
|
||||
MONOLITHIC_SOURCE="$(echo src/lib/TopHeader.h) $(echo src/lib/TopSource.cpp)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
APPCPP_MONOLITHIC=1
|
||||
MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue