From: J. Russell Smyth Date: Tue, 14 Sep 1999 20:30:33 +0000 (+0000) Subject: Added makefile and resource script for building under mingw32 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a98404cd24fcfaa5800531b3733bd073bbddbadb Added makefile and resource script for building under mingw32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/wizard/wiztest.rc b/samples/wizard/wiztest.rc new file mode 100644 index 0000000000..ba869e697b --- /dev/null +++ b/samples/wizard/wiztest.rc @@ -0,0 +1,5 @@ +#include "wx/msw/wx.rc" + +#define MINIMAL_QUIT 1 +#define MINIMAL_ABOUT 102 +