]> git.saurik.com Git - wxWidgets.git/blobdiff - build/script/rebuild-makefiles.sh
added setup.h file containing the settings common to all ports and a script to update...
[wxWidgets.git] / build / script / rebuild-makefiles.sh
index 5cb22fc511c055d348d95b2f1198acb2b7485c88..ec128f53d4a671cfe62c30688803016d40ae58ba 100644 (file)
@@ -36,7 +36,8 @@ do_package()
     if test $archtype = tar ; then
         tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
     elif test $archtype = zip ; then
-        zip -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
+        zip -l -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
+        # (-l translates to DOS line endings)
     fi
     
     cd ..