]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedev.bat
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / distrib / makedev.bat
index f007113d025fff8ac352b39539bf500d55deff1a..d49d2d8a2838f41210dd32586329dd707514e78a 100755 (executable)
@@ -22,7 +22,6 @@ copy /s %WXWIN%\include\wx\*                 %BASE%\include\wx
 copy /s %WXWIN%\contrib\include\wx\gizmos    %BASE%\include\wx\gizmos
 copy /s %WXWIN%\contrib\include\wx\ogl       %BASE%\include\wx\ogl
 copy /s %WXWIN%\contrib\include\wx\stc       %BASE%\include\wx\stc
 copy /s %WXWIN%\contrib\include\wx\gizmos    %BASE%\include\wx\gizmos
 copy /s %WXWIN%\contrib\include\wx\ogl       %BASE%\include\wx\ogl
 copy /s %WXWIN%\contrib\include\wx\stc       %BASE%\include\wx\stc
-copy /s %WXWIN%\contrib\include\wx\xrc       %BASE%\include\wx\xrc
 
 copy /s %WXWIN%\wxPython\include\wx\*        %BASE%\include\wx
 mkdir %BASE%\include\wx\wxPython\i_files
 
 copy /s %WXWIN%\wxPython\include\wx\*        %BASE%\include\wx
 mkdir %BASE%\include\wx\wxPython\i_files
@@ -67,9 +66,9 @@ rem del /sxzy @del-dirs
 rm del-files
 rm del-dirs
 
 rm del-files
 rm del-dirs
 
-rem *** bundle it all up
-tar cvf ../dist/wxPythonWIN32-devel-%1.tar wxPython-%1
-gzip -9 ../dist/wxPythonWIN32-devel-%1.tar
+rem *** bundle it all up  TODO: don't hard-code the 2.5
+tar cvf ../dist/wxPython2.5-win32-devel-%1.tar wxPython-%1
+gzip -9 ../dist/wxPython2.5-win32-devel-%1.tar
 
 rem *** cleanup
 cd ..
 
 rem *** cleanup
 cd ..