]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/makedbg.bat
got rid of wxXmlResourceHandler::CheckPlatform, the check is now done while loading...
[wxWidgets.git] / wxPython / distrib / makedbg.bat
CommitLineData
f6bcfd97
BP
1@echo off
2rem Builds a zip containing debugging versions of wxWindows and wxPython
3rem that could be unziped over a wxPython installation.
4
5
6mkdir wxPython-dbg
7copy README.dbg.txt wxPython-dbg
8copy %WXWIN%\lib\wx*d.dll wxPython-dbg
9copy %WXWIN%\wxPython\wxPython\*.pyd wxPython-dbg
10
11zip -r wxPython-dbg-%1.zip wxPython-dbg
12
13del /sx wxPython-dbg
14