]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zipmac.sh
removed support for Salford compiler (which was almost certainly broken anyhow) ...
[wxWidgets.git] / distrib / msw / zipmac.sh
index 342e1979dbdd18dea7ae4d31b481150c26a05879..2a5ec9b6fde10881418d09e9c8dda18d8f576e6c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Zip up an external, generic + Windows distribution of wxWindows 2
+# Zip up an external, generic + Windows distribution of wxWidgets 2
 # Usage: zipmac.sh dest-dir
 # (set the WXWIN variable first so it knows where to take the sources from)
 
@@ -64,6 +64,9 @@ zip -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 expandlines $SRC/distrib/msw/mac.rsp temp.txt
 zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 
+expandlines $SRC/distrib/msw/cocoa.rsp temp.txt
+zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
+
 expandlines $SRC/distrib/msw/cw.rsp temp.txt
 zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 
@@ -76,9 +79,6 @@ zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 expandlines $SRC/distrib/msw/tex2rtf.rsp temp.txt
 zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 
-expandlines $SRC/distrib/msw/dialoged.rsp temp.txt
-zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
-
 expandlines $SRC/distrib/msw/ogl.rsp temp.txt
 zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 
@@ -86,9 +86,9 @@ expandlines $SRC/distrib/msw/xml.rsp temp.txt
 zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
 
 expandlines $SRC/distrib/msw/wx_html.rsp temp.txt
-zip -@ `$CYGPATHPROGW $DEST/wxWindows-$VERSION-HTML.zip` < temp.txt
+zip -@ `$CYGPATHPROGW $DEST/wxWidgets-$VERSION-HTML.zip` < temp.txt
 
 rm -f temp.txt
 
-echo wxWindows archived.
+echo wxWidgets archived.