]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/distrib/msw/.make_tools
no changes, just some minor modifications of comments and moved one function around
[wxWidgets.git] / wxPython / distrib / msw / .make_tools
... / ...
CommitLineData
1#! /bin/bash
2
3nmake -f .makesetup.mk $WXWIN/lib/vc_lib/msw/wx/setup.h
4nmake -f makefile.vc BUILD=release $@
5
6# cd $WXWIN/contrib/build/xrc
7# nmake -f makefile.vc BUILD=release $@
8
9# cd $WXWIN/utils/wxrc
10# nmake -f makefile.vc BUILD=release $@
11# cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
12
13
14cd $WXWIN/utils/tex2rtf/src
15echo nmake -f makefile.vc BUILD=release $@
16echo cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe
17
18