• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


Commit MetaInfo

修订版b7f59886dc76c9db6ce5ccbc7719f5707123eb33 (tree)
时间2011-08-31 02:49:11
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Make --download-only and --print-uris imply --reinstall.

更改概述

差异

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2011-08-30 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Make --download-only and --print-uris imply --reinstall.
4+
5+ * src/pkgopts.h (OPTION_PRINT_URIS): Adjust definition.
6+ (OPTION_DNLOAD_ONLY, OPTION_DOWNLOAD_ONLY): Likewise.
7+
18 2011-08-07 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Implement --download-only and --print-uris options.
--- a/src/pkgopts.h
+++ b/src/pkgopts.h
@@ -85,9 +85,9 @@ struct pkgopts
8585 #define OPTION_VERBOSE_MAX (0x00000003)
8686
8787 #define OPTION_REINSTALL (0x00000010)
88-#define OPTION_DNLOAD_ONLY (0x00000020)
89-#define OPTION_DOWNLOAD_ONLY (0x00000020)
90-#define OPTION_PRINT_URIS (0x00000060)
88+#define OPTION_DNLOAD_ONLY (0x00000030)
89+#define OPTION_DOWNLOAD_ONLY (0x00000030)
90+#define OPTION_PRINT_URIS (0x00000070)
9191
9292 #if __cplusplus
9393 /*