MINGW32=1
# Set to the version you have
-MINGW32VERSION=2.95
+#MINGW32VERSION=2.95
+MINGW32VERSION=3.0
# If building DLL, the version
WXVERSION=233
ifeq ($(MINGW32),1)
ifneq "$(_GCC295)$(_GCC3)" ""
- CC = gcc --pipe $(if $(_GCC3), , -fvtable-thunks)
+ ifeq ($(_GCC3),1)
+ CC = gcc --pipe
+ else
+ CC = gcc --pipe -fvtable-thunks
+ endif
else
CC = gcc
endif