no need to build separate xrc lib anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-30 23:20:20 +00:00
parent 5e4835243a
commit 6ad75f5393
6 changed files with 55 additions and 57 deletions

View File

@@ -1,19 +1,18 @@
#!/bin/bash
#! /bin/bash
mkdir -p $WXWIN/lib/vc_lib/msw/wx
nmake -f .makesetup.mk $WXWIN/lib/vc_lib/msw/wx/setup.h
nmake -f makefile.vc BUILD=release $@
cd $WXWIN/contrib/build/xrc
nmake -f makefile.vc BUILD=release $@
cd $WXWIN/contrib/utils/wxrc
nmake -f makefile.vc BUILD=release $@
cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
# cd $WXWIN/utils/tex2rtf/src
# cd $WXWIN/contrib/build/xrc
# nmake -f makefile.vc BUILD=release $@
# cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe
# cd $WXWIN/utils/wxrc
# nmake -f makefile.vc BUILD=release $@
# cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
cd $WXWIN/utils/tex2rtf/src
echo nmake -f makefile.vc BUILD=release $@
echo cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe