+# Customize this file to match your own settings.
+#
+# CVS_ID: $Id$
+#
+
+# If using Cygwin beta, set this to 0.
+# If using Mingw32 or Cygwin 1.0 or later, set this to 1.
+MINGW32=1
+
+# Set to the version you have
+MINGW32VERSION=2.95
+
+# If building DLL, the version
+WXVERSION=232
+
+ifndef UNICODE
+ UNICODE=0
+endif
+
+ifndef FINAL
+ FINAL=0
+endif
+
+ifndef wxUSE_GUI
+ wxUSE_GUI=1
+endif
+
+# Say yes if you have a "modern" linker that supports --shared option.
+# Note that you're probably going to wait forever for dlltool/gcc/etc
+# to build the DLL, so you should really use a newer linker that
+# supports --shared.
+LD_SUPPORTS_SHARED=yes