Don't define VERSION etc. in header files.
This commit is contained in:
parent
868d060656
commit
31e3e08408
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue