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:
10
wxPython/distrib/msw/.make_wxrc.btm
Normal file
10
wxPython/distrib/msw/.make_wxrc.btm
Normal 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
|
||||
|
Reference in New Issue
Block a user