From 09557ac6d118215819fcaacc032ac473e946a91b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 22 Jan 2004 23:59:05 +0000 Subject: [PATCH] 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 --- wxPython/distrib/msw/.make_wxrc.btm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wxPython/distrib/msw/.make_wxrc.btm 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 + -- 2.50.0