Added bash versions of my build scripts and updated BUILD.txt for how

to do it by hand without the scripts


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-08 23:42:22 +00:00
parent ad3fca675f
commit a8dc231770
6 changed files with 305 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
#! /bin/bash
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
nmake -f makefile.vc BUILD=release $@
cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe