]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/makedev.bat
Get/SetTitle only for wxTopLevelWindow (wxMGL part).
[wxWidgets.git] / wxPython / distrib / makedev.bat
index f007113d025fff8ac352b39539bf500d55deff1a..31df78063b5a29e4b708d5eda8981c2f14616b03 100755 (executable)
@@ -22,11 +22,11 @@ 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\xrc       %BASE%\include\wx\xrc
 
 copy /s %WXWIN%\wxPython\include\wx\*        %BASE%\include\wx
 mkdir %BASE%\include\wx\wxPython\i_files
 copy  %WXWIN%\wxPython\src\*.i               %BASE%\include\wx\wxPython\i_files
+copy  %WXWIN%\wxPython\src\*.py              %BASE%\include\wx\wxPython\i_files
 
 mkdir %BASE%\lib
 mkdir %BASE%\lib\vc_dll
@@ -67,9 +67,9 @@ rem del /sxzy @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.6
+tar cvf ../dist/wxPython2.6-win32-devel-%1.tar wxPython-%1
+gzip -9 ../dist/wxPython2.6-win32-devel-%1.tar
 
 rem *** cleanup
 cd ..