From fcd6906fb8e0ae3e5286fbfbdb715256ae03bac0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 21 Dec 2009 19:41:27 +0000 Subject: [PATCH] Use global -TP flag instead of -Tp on compile line for each source file. --- configure/os/CONFIG.win32-x86.win32-x86 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index 6def64ad2..0d681f254 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -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