Re: 9x aware setup.exe (was Re: EOL for Windows 95/98/Me)
Brian Dessent <
brian@...>
2007-03-01 18:22:12 GMT
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
<at> <at> -41,8 +41,8 <at> <at> 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