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
This commit is contained in:
Robin Dunn
2004-01-22 23:59:05 +00:00
parent fa72af694e
commit 09557ac6d1

View File

@@ -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