X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e42c7b856732d0f7c3a209a42c269c613d40578a..675c8837a50c4a535403f3d38e69e283353f94e0:/distrib/msw/zipmac.sh diff --git a/distrib/msw/zipmac.sh b/distrib/msw/zipmac.sh index 342e1979db..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 @@ -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.