From: Robin Dunn Date: Thu, 22 Jan 2004 23:59:05 +0000 (+0000) Subject: build static lib and then use it for building wxrc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09557ac6d118215819fcaacc032ac473e946a91b?ds=inline build static lib and then use it for building wxrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/msw/.make_wxrc.btm b/wxPython/distrib/msw/.make_wxrc.btm new file mode 100644 index 0000000000..08929df470 --- /dev/null +++ b/wxPython/distrib/msw/.make_wxrc.btm @@ -0,0 +1,10 @@ +nmake -f makefile.vc BUILD=release %$ +pushd ..\..\contrib\build\xrc +nmake -f makefile.vc BUILD=release %$ +pushd ..\..\utils\wxrc +nmake -f makefile.vc BUILD=release %$ +copy vc_msw\wxrc.exe ..\..\..\BIN\wxrc.exe + +popd +popd +