Changes for win32 borland compiler.

This commit is contained in:
Janet B. Anderson
2000-09-25 22:05:59 +00:00
parent aae3676fa0
commit 87aaff4c53
+5 -3
View File
@@ -12,12 +12,14 @@ SKELETON_FILE=include/flex.skel.static
# ARCH_CLASS hp700 needs special flags,
# everything else uses DEFAULT:
#
USR_CFLAGS_DEFAULT := -DUSG
USR_CFLAGS_hp700 := -DSCO_UNIX
USR_CPPFLAGS_DEFAULT := -DUSG
USR_CPPFLAGS_hp700 := -DSCO_UNIX
# This applies to all arch.classes:
#
USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
ifndef BORLANDC
USR_CPPFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
endif
INC += flex.skel.static