wxWidgets/wxPython/distrib/msw/.make_tools.btm
Robin Dunn 312cca179a Got rid of the BIN dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:05:24 +00:00

21 lines
376 B
Plaintext

nmake -f makefile.vc BUILD=release %$
pushd %WXWIN%\contrib\build\xrc
nmake -f makefile.vc BUILD=release %$
pushd %WXWIN%\contrib\utils\wxrc
nmake -f makefile.vc BUILD=release %$
copy vc_msw\wxrc.exe %WXWIN%\lib\vc_dll\wxrc.exe
pushd %WXWIN%\utils\tex2rtf\src
nmake -f makefile.vc BUILD=release %$
copy vc_msw\tex2rtf.exe %WXWIN%\lib\vc_dll\tex2rtf.exe
popd
popd
popd