]> git.saurik.com Git - wxWidgets.git/commitdiff
build static lib and then use it for building wxrc
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:59:05 +0000 (23:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:59:05 +0000 (23:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/msw/.make_wxrc.btm [new file with mode: 0644]

diff --git a/wxPython/distrib/msw/.make_wxrc.btm b/wxPython/distrib/msw/.make_wxrc.btm
new file mode 100644 (file)
index 0000000..08929df
--- /dev/null
@@ -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
+