# wx is mandatory for wxWindows projects
CONFIG = wx
+# the configurations of wxWindows we want to use: the value below is the
+# default one; possible other values are {Debug|Release}Unicode[Dll]
+#WXCONFIGS = Debug Release DebugDll ReleaseDll
+
# project files
SOURCES = minimal.cpp
RC_FILE = minimal.rc