2004-06-10 21:15:56 -04:00
|
|
|
#!/bin/bash
|
2004-06-08 19:42:22 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2004-06-14 15:53:50 -04:00
|
|
|
# cd $WXWIN/utils/tex2rtf/src
|
|
|
|
# nmake -f makefile.vc BUILD=release $@
|
|
|
|
# cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe
|
2004-06-08 19:42:22 -04:00
|
|
|
|
|
|
|
|