X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e0e6ceb8fbcce0cbce97e1e383c1acf99cce033..8f8c4b40456b5a4ef56a704c69570c7a1c86e714:/distrib/msw/zipdist.sh?ds=sidebyside diff --git a/distrib/msw/zipdist.sh b/distrib/msw/zipdist.sh index 17fd9946dc..e34ecd51e3 100644 --- a/distrib/msw/zipdist.sh +++ b/distrib/msw/zipdist.sh @@ -55,11 +55,9 @@ dowise() # Now copy some binary files to 'bin' mkdir bin - cp $SRC/bin/dialoged.exe bin cp $SRC/bin/tex2rtf.exe bin cp $SRC/bin/dbgview.* bin cp $SRC/bin/life.exe bin - cp $SRC/docs/winhelp/dialoged.hlp $SRC/docs/winhelp/dialoged.cnt bin cp $SRC/docs/winhelp/tex2rtf.hlp $SRC/docs/winhelp/tex2rtf.cnt bin # Make wxMSW-xxx.zip @@ -137,7 +135,8 @@ for i in "$@"; do echo Usage: $0 "[ options ]" 1>&2 echo Options: echo " --help Display this help message" - echo " --wise Build setup.exe" + echo " --wise Also build setup.exe and wxMSW-version.zip" + echo " --wiseonly Build setup.exe and wxMSW-version.zip only" exit 1 ;; esac @@ -168,7 +167,6 @@ rm -f $DEST/ogl3.zip rm -f $DEST/tex2rtf2.zip rm -f $DEST/jpeg.zip rm -f $DEST/tiff.zip -rm -f $DEST/dialoged.zip rm -f $DEST/utils.zip rm -f $DEST/extradoc.zip rm -f $DEST/*-win32.zip @@ -279,13 +277,6 @@ zip -@ `$CYGPATHPROG -w $DEST/jpeg.zip` < temp.txt expandlines $SRC/distrib/msw/tiff.rsp temp.txt zip -@ `$CYGPATHPROG -w $DEST/tiff.zip` < temp.txt -# Dialog Editor source and binary -rm -f $DEST/dialoged_source.zip -expandlines $SRC/distrib/msw/dialoged.rsp temp.txt -zip -@ `$CYGPATHPROG -w $DEST/dialoged_source.zip` < temp.txt -zip -j `$CYGPATHPROG -w $DEST/dialoged.zip` $DEST/dialoged_source.zip $SRC/bin/dialoged.exe $SRC/docs/winhelp/dialoged.hlp $SRC/docs/winhelp/dialoged.cnt -rm -f $DEST/dialoged_source.zip - # Misc. utils not in the main distribution expandlines $SRC/distrib/msw/utils.rsp temp.txt zip -@ `$CYGPATHPROG -w $DEST/utils.zip` < temp.txt @@ -294,11 +285,8 @@ zip -@ -u `$CYGPATHPROG -w $DEST/utilmake.zip` < temp.txt rm -f temp.txt -# Make dialoged-win32.zip and tex2rtf-win32.zip - cd $SRC/bin -zip `$CYGPATHPROG -w $DEST/dialoged-win32.zip` dialoged.* zip `$CYGPATHPROG -w $DEST/tex2rtf-win32.zip` tex2rtf.* cp $SRC/docs/changes.txt $DEST