]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/build.cfg
it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar
[wxWidgets.git] / utils / wxPython / src / build.cfg
index 5c48af31bce1495447d472aac95a6507f839c3c7..44be386dbe2e75375af1f2cbca719c2bf4abec5d 100644 (file)
@@ -22,6 +22,14 @@ dist:
        cd ..\..
        wxPython\distrib\zipit.bat $(VERSION)
 
+dbg:
+       cd ..\distrib
+        makedbg.bat $(VERSION)
+
+dev:
+       cd ..\distrib
+        makedev.bat $(VERSION)
+
 __version__.py: ../distrib/build.py  build.cfg
        echo ver = '$(VERSION)' > __version__.py
 
@@ -64,8 +72,8 @@ installLibDemo:
                cp ../lib/*.txt $(TARGETDIR)/lib;               \\
                cp ../lib/sizers/*.txt $(TARGETDIR)/lib/sizers; \\
                cp ../demo/*.txt $(TARGETDIR)/demo;             \\
-               cp ../demo/bitmaps/[a-z]* $(TARGETDIR)/demo/bitmaps;    \\
-               cp ../demo/data/[a-z]* $(TARGETDIR)/demo/data;  \\
+               cp ../demo/bitmaps/* $(TARGETDIR)/demo/bitmaps; \\
+               cp ../demo/data/* $(TARGETDIR)/demo/data;       \\
                $(EXECPREFIX)/bin/python $(PYLIB)/compileall.py $(TARGETDIR); \\
                $(EXECPREFIX)/bin/python -O $(PYLIB)/compileall.py $(TARGETDIR); \\
        fi