no need to define _x86_ and _win32 for mingw cpp

This commit is contained in:
Jeff Hill
2005-11-11 01:44:04 +00:00
parent f4aa9c2e33
commit 87dbfb1165

View File

@@ -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