36e910973a
distributable binaries for all platforms all from a single command-line on a single machine. Will probably also be used for a daily build cron job. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
417 B
Bash
19 lines
417 B
Bash
#!/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
|
|
|
|
|