Use global -TP flag instead of -Tp on compile line for each source file.

This commit is contained in:
Janet B. Anderson
2009-12-21 19:41:27 +00:00
parent 16e1d46c57
commit fcd6906fb8

View File

@@ -166,12 +166,12 @@ BAF=.bsc
BOF=.sbr
# Problem: MS Visual C++ does not recognize *.cc as C++ source,
# we have to compile xx.cc using the flag -Tp xx.cc,
# i.e. -Tp has to be immediately before the source file name
SOURCE_CXXFLAG = /Tp
# so we do C++ compiles using the global flag -TP
COMPILER_CXXFLAGS = /TP
# Operating system flags
OP_SYS_CFLAGS =
OP_SYS_CXXFLAGS = $(COMPILER_CXXFLAGS)
#
# WIN32 specific include files