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:
18
wxPython/distrib/msw/.make_tools
Normal file
18
wxPython/distrib/msw/.make_tools
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user