]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/msw/.make_tools.btm
Only Freeze/Thaw on wxMSW. The other ports don't need it.
[wxWidgets.git] / wxPython / distrib / msw / .make_tools.btm
CommitLineData
312cca17
RD
1
2nmake -f makefile.vc BUILD=release %$
3
6ad75f53
RD
4REM pushd %WXWIN%\contrib\build\xrc
5REM nmake -f makefile.vc BUILD=release %$
312cca17 6
6ad75f53 7pushd %WXWIN%\utils\wxrc
312cca17
RD
8nmake -f makefile.vc BUILD=release %$
9copy vc_msw\wxrc.exe %WXWIN%\lib\vc_dll\wxrc.exe
10
11
12pushd %WXWIN%\utils\tex2rtf\src
13nmake -f makefile.vc BUILD=release %$
14copy vc_msw\tex2rtf.exe %WXWIN%\lib\vc_dll\tex2rtf.exe
15
16popd
17popd
6ad75f53 18
312cca17
RD
19
20