From: Bill Middleton Date: Fri, 5 Sep 1997 00:00:00 +0000 (+0000) Subject: Win32 archnames X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e8ba8fa5f78d7fa23683d0f33555018e530f3e0;p=p5sagit%2Fp5-mst-13.2.git Win32 archnames 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 Credited: Peter Prymmer Credited: Tim Bunce p5p-msgid: Pine.GSO.3.95.970905123145.12361B-100000@ducks --- diff --git a/win32/config_H.vc b/win32/config_H.vc index 36a9a5b..6b9a910 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -47,7 +47,11 @@ * 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