+# If building DLL, the version
+WXVERSION=233
+
+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
+
+# Set to the appropriate remove command (must support forward slashes)
+# You can get a suitable rm.exe from ports/mingw32/extra.zip on the ftp site.
+RM=rm -f
+
+# Set to the appropriate copy command (must support forward slashes)
+# You can get a suitable cp.exe from ports/mingw32/extra.zip on the ftp site.
+COPY=cp