X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=make.bat;h=b1d7a237fa530d493e723647fb7d81a28fc04a86;hp=8839b5fe8f7168ce5e21c28d5a771775c5a57bfc;hb=9a8d4302ecf2689af6ee42eca17a667e7ac67742;hpb=2019a262f65ed6af0b2016578c6dadf0d1bd2c65 diff --git a/make.bat b/make.bat index 8839b5fe8..b1d7a237f 100644 --- a/make.bat +++ b/make.bat @@ -5,22 +5,13 @@ rem Written by Frank Schmitt (ich@frank-schmitt.net) rem based on the work by David Charlap (shamino@writeme.com) rem . rem . -rem From http://my.gnus.org/node/343: -rem A comment on installing Gnus on Windows 98 SE that might help others: When -rem I ran the "make.bat" file in the 5.10.6 tarball I got a bunch of "Out of -rem environment space" messages. The solution was to (1) make a shortcut to -rem the make.bat file, and (2) right-click on the shortcut, setting "Cmd line" -rem in the "Program" tab in "properties" to include the parameters make.bat -rem requires, and "initial environment" in the "memories" tab, to the maximum -rem (in my case, anyway, 2560). -rem . rem Clear PWD so emacs doesn't get confused set GNUS_PWD_SAVE=%PWD% set PWD= set ERROR=: REM set pause= -if "%1" == "" goto usage +if %1p == p goto usage echo * Installing Gnus on your system. Operating system: ver @@ -348,7 +339,3 @@ set GNUS_INFO_DIR= set GNUS_ETC_DIR= set subdirwarning= set ERROR= - -goto skipArchTag - arch-tag: 502dd14c-acde-4f69-8e82-43203b12a82c -:skipArchTag