]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.pro
use explicit virtual keyword with overridden virtual methods
[wxWidgets.git] / samples / minimal / minimal.pro
index e3caf9dd6cc71282e81985057d1d3f04011d98aa..e6a49e395d3ed131f1149053a4139e821534edad 100644 (file)
@@ -7,6 +7,10 @@ TEMPLATE = vc6app
 # 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