Win32 archnames
Bill Middleton [Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)]
Subject: [PATCH] Re: Perl for Win32

> It's pretty fundamental that $archname be different for binary INcompatible
> systems. If it's not then that's a bug.

Here's a proposed patch for the config.h templates which
are distributed with the kit

Credited: Gurusamy Sarathy <gsar@engin.umich.edu>
Credited: Peter Prymmer <pvhp@forte.com>
Credited: Tim Bunce <Tim.Bunce@ig.co.uk>

p5p-msgid: Pine.GSO.3.95.970905123145.12361B-100000@ducks

win32/config_H.vc

index 36a9a5b..6b9a910 100644 (file)
  *     where library files may be held under a private library, for
  *     instance.
  */
-#define ARCHNAME "MSWin32"             /**/
+#ifdef _ALPHA_
+#define ARCHNAME "Alpha"              /**/
+#else
+#define ARCHNAME "Intel"              /**/
+#endif
 
 /* BIN:
  *     This symbol holds the path of the bin directory where the package will