X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cb148413195c3256afe854236739d8f90999e55..675c8837a50c4a535403f3d38e69e283353f94e0:/distrib/msw/zipmac.sh diff --git a/distrib/msw/zipmac.sh b/distrib/msw/zipmac.sh index d459edbcd9..2a5ec9b6fd 100644 --- a/distrib/msw/zipmac.sh +++ b/distrib/msw/zipmac.sh @@ -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 @@ -83,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.