Win32 archnames
Tim Bunce [Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)]
(this is the same change as commit 7e8ba8fa5f78d7fa23683d0f33555018e530f3e0, but as applied)

win32/config_H.bc
win32/config_H.vc

index 1883e97..61fb5a3 100644 (file)
  *     where library files may be held under a private library, for
  *     instance.
  */
-#define ARCHNAME "MSWin32"             /**/
+#ifdef _ALPHA_
+#define ARCHNAME "alpha-mswin32"              /**/
+#else
+#define ARCHNAME "x86-mswin32"              /**/
+#endif
 
 /* BIN:
  *     This symbol holds the path of the bin directory where the package will
index 36a9a5b..76f19f1 100644 (file)
  *     where library files may be held under a private library, for
  *     instance.
  */
-#define ARCHNAME "MSWin32"             /**/
+#ifdef _ALPHA_
+#define ARCHNAME "alpha-mswin32"              /**/
+#else
+#define ARCHNAME "x86-mswin32"              /**/
+#endif
 
 /* BIN:
  *     This symbol holds the path of the bin directory where the package will