X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89d25d58c594b5082d01823c1e2aa42471b407e3..0a68bc69086f122b9f7166f505c415db9ee21afe:/samples/minimal/minimal.pro?ds=inline diff --git a/samples/minimal/minimal.pro b/samples/minimal/minimal.pro index e3caf9dd6c..e6a49e395d 100644 --- a/samples/minimal/minimal.pro +++ b/samples/minimal/minimal.pro @@ -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