6ad75f5393
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 lines
372 B
Plaintext
21 lines
372 B
Plaintext
|
|
nmake -f makefile.vc BUILD=release %$
|
|
|
|
REM pushd %WXWIN%\contrib\build\xrc
|
|
REM nmake -f makefile.vc BUILD=release %$
|
|
|
|
pushd %WXWIN%\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
|
|
|
|
|
|
|