This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 9x aware setup.exe (was Re: EOL for Windows 95/98/Me)


Corinna Vinschen wrote:

> I agree.  "legacy" sounds better.  What do you think about the symlink
> idea for now?

Okay, fixed thusly.

Brian
Index: ini.h
===================================================================
RCS file: /cvs/cygwin-apps/setup/ini.h,v
retrieving revision 2.36
diff -u -p -r2.36 ini.h
--- ini.h	28 Feb 2007 00:55:04 -0000	2.36
+++ ini.h	1 Mar 2007 18:20:59 -0000
@@ -41,8 +41,8 @@ typedef enum
 }
 excludes;
 
-#define SETUP_INI_FILENAME (IsWindowsNT () ? "setup.ini" : "setup_9x.ini")
-#define SETUP_BZ2_FILENAME (IsWindowsNT () ? "setup.bz2" : "setup_9x.bz2")
+#define SETUP_INI_FILENAME (IsWindowsNT () ? "setup.ini" : "setup_legacy.ini")
+#define SETUP_BZ2_FILENAME (IsWindowsNT () ? "setup.bz2" : "setup_legacy.bz2")
 
 #endif
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]