Update to newer build system.

This commit is contained in:
Laurence Withers 2006-08-25 20:30:52 +01:00
commit 0774fdd358
3 changed files with 14 additions and 4 deletions

View file

@ -64,6 +64,7 @@ OUTPUT_DIRS="obj html"
# none no special processing happens before each file
# C #line directives are inserted before each file
# and VERSION, VERMAJOR etc. are #defined
# Ch Like C, but for header files (no VERSION #defines)
#
make_monolithic() {
if [ $# -ne 2 ]
@ -82,6 +83,9 @@ make_monolithic() {
then
HASHLINE=1
VERDEFINE=1
elif [ "$2" == "Ch" ]
then
HASHLINE=1
elif [ "$2" == "none" ]
then
HASHLINE=0 # dummy command