removed all "CMPLR=STRICT" and "CXXCMPLR = SRICT"

from R3.13 patch branch makefiles
This commit is contained in:
Jeff Hill
2000-07-18 15:15:09 +00:00
parent 489cda3f4a
commit a25736f934
12 changed files with 6 additions and 22 deletions
-1
View File
@@ -2,7 +2,6 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
CMPLR = STRICT
#
# includes to install from this subproject
-2
View File
@@ -11,8 +11,6 @@ VPATH = $(SRC) $(SRC)/mt $(IOSRC) $(OSSRC)
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
USR_INCLUDES = -I$(SRC) -I$(OSSRC) -I$(IOSRC) -I$(CA)\
-I$(TOP)/src/include/os/vxWorks
-2
View File
@@ -8,8 +8,6 @@ USER_VPATH := $(SRC) $(STSRC) $(IOSRC)
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
# sometimes it's good to have different C/C++ flags, not now:
USR_CFLAGS = -I$(SRC) -I$(IOSRC) -I$(STSRC) -I$(CA) -DcaNetAddrSock
USR_CXXFLAGS = $(USR_CFLAGS)
@@ -4,8 +4,6 @@ TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
#
# Added winmm user32 for the non-dll build
@@ -4,8 +4,6 @@ TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
USR_INCLUDES =
USR_LDFLAGS =
+3 -2
View File
@@ -1,13 +1,14 @@
# $Log$
# Revision 1.2 1997/05/13 14:22:59 jbk
# added comments at top
#
CAS = ../../..
TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
SRCS += mon.cc monAdl.cc monNode.cc monServer.cc
-2
View File
@@ -4,8 +4,6 @@ TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
#
# Added ws2_32 winmm user32 for the non-dll build
@@ -4,8 +4,6 @@ TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
USR_INCLUDES =
USR_LDFLAGS =
+3 -2
View File
@@ -1,13 +1,14 @@
# $Log$
# Revision 1.2 1997/03/05 21:16:21 jbk
# Fixes cvs log id at top
#
CAS = ../../..
TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
SRCS += pvServ.cc
-2
View File
@@ -2,8 +2,6 @@
TOP = ../../../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS = Com
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32
-1
View File
@@ -4,7 +4,6 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
CMPLR = STRICT
USR_CFLAGS = -D_NO_PROTO
-2
View File
@@ -4,8 +4,6 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
CMPLR = STRICT
# default Unix needs lib m, every system needs libs ca & Com:
SYS_PROD_LIBS_DEFAULT := m
SYS_PROD_LIBS_WIN32 := -nil-