X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/629724b6b8cd41d2ecfd81b3a7bd61b41aa904b8..969096ef37381d4f107da86e72bee3d125a2b085:/src/makeg95.env diff --git a/src/makeg95.env b/src/makeg95.env index 46c9254159..2daa2530dc 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -15,11 +15,17 @@ MINGW32=1 # Set to the version you have -MINGW32VERSION=2.95 -#MINGW32VERSION=3.0 +#MINGW32VERSION=2.95 +MINGW32VERSION=3.0 + +# If we're using MSYS, or other utilities that +# use forward slashes, we need to set this when +# invoking the makefile from DOS, or the wrong separators +# will be assumed. +#OSTYPE=msys # If building DLL, the version -WXVERSION=233 +WXVERSION=250 ifndef UNICODE UNICODE=0 @@ -285,11 +291,14 @@ ifeq ($(wxUSE_GUI),1) endif LDFLAGS = $(WINDOWSLDFLAGS) $(COMMON_THREADFLAGS) -L$(WXDIR)/lib -L$(WXDIR)/contrib/lib $(EXTRALDFLAGS) -.SUFFIXES: .rc .$(RESSUFF) .$(RSCSUFF) .cpp .cxx .c +.SUFFIXES: .rc .$(RESSUFF) .$(RSCSUFF) .cpp .cxx .cc .c .c.o: $(CC) -c $(CFLAGS) -o $@ $*.c +.cc.o: + $(CC) -c $(CPPFLAGS) -o $@ $*.cc + .cxx.o: $(CC) -c $(CPPFLAGS) -o $@ $*.cxx