Changes for Borland compiler.

This commit is contained in:
Janet B. Anderson
2000-07-06 14:16:15 +00:00
parent 59252092fc
commit 368eb29e24
+8 -3
View File
@@ -15,9 +15,14 @@ SKELETON_FILE=include/flex.skel.static
# ARCH_CLASS hp700 needs special flags,
# everything else uses default:
#
USR_CFLAGS_DEFAULT := -DUSG -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
USR_CFLAGS_Borland := -DUSG
USR_CFLAGS_hp700 := -DSCO_UNIX -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
USR_CFLAGS_DEFAULT := -DUSG
USR_CFLAGS_hp700 := -DSCO_UNIX
# This applies to all arch.classes:
#
ifneq ($(HOST_ARCH),Borland)
USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
endif
INC += flex.skel.static