From 87dbfb1165dd0ded80ad3825b9189788e87b2d44 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 11 Nov 2005 01:44:04 +0000 Subject: [PATCH] no need to define _x86_ and _win32 for mingw cpp --- configure/os/CONFIG.Common.win32-x86-mingw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 44869f26d..834c9fe7b 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -18,7 +18,10 @@ EXE=.exe # -U__STDC__ -D__STDC__=0 # VCINSTALLDIR: # before typing make, call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\Vcvars32.bat" -ARCH_DEP_CPPFLAGS += -D_X86_ -D_WIN32 -nostdinc -I"$(VCINSTALLDIR)\Vc7\include" +#ARCH_DEP_CPPFLAGS += -D_X86_ -D_WIN32 -nostdinc -I"$(VCINSTALLDIR)\Vc7\include" +# +#the mingw cpp defines _X86_ and _WIN32 +#ARCH_DEP_CPPFLAGS += -D_X86_ -D_WIN32 # Library used when COMMANDLINE_LIBRARY is READLINE LDLIBS_READLINE = -lreadline