]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/msw/.make_tools
reSWIGged
[wxWidgets.git] / wxPython / distrib / msw / .make_tools
CommitLineData
13a49d66 1#!/bin/bash
a8dc2317 2
9ea96ac3 3mkdir -p $WXWIN/lib/vc_lib/msw/wx
a8dc2317
RD
4nmake -f .makesetup.mk $WXWIN/lib/vc_lib/msw/wx/setup.h
5nmake -f makefile.vc BUILD=release $@
6
7cd $WXWIN/contrib/build/xrc
8nmake -f makefile.vc BUILD=release $@
9
10cd $WXWIN/contrib/utils/wxrc
11nmake -f makefile.vc BUILD=release $@
12cp vc_msw/wxrc.exe $WXWIN/lib/vc_dll/wxrc.exe
13
14
36e91097
RD
15# cd $WXWIN/utils/tex2rtf/src
16# nmake -f makefile.vc BUILD=release $@
17# cp vc_msw/tex2rtf.exe $WXWIN/lib/vc_dll/tex2rtf.exe
a8dc2317
RD
18
19