From 87aaff4c5326fb63614d1ca0d4f2824b447af458 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 25 Sep 2000 22:05:59 +0000 Subject: [PATCH] Changes for win32 borland compiler. --- src/toolsComm/flex/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/toolsComm/flex/Makefile b/src/toolsComm/flex/Makefile index 205bca0a6..a15f55611 100644 --- a/src/toolsComm/flex/Makefile +++ b/src/toolsComm/flex/Makefile @@ -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