summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Middleton <wmiddlet@adobe.com>1997-09-05 00:00:00 +0000
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-09-05 00:00:00 +0000
commit7e8ba8fa5f78d7fa23683d0f33555018e530f3e0 (patch)
tree015e7ee5c1e6d76fa93e996a68f99285f9610ded
parent25c49cb6c6f3bfa58236f2866fad8049f77a03df (diff)
downloadperl-7e8ba8fa5f78d7fa23683d0f33555018e530f3e0.tar.gz
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 <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
-rw-r--r--win32/config_H.vc6
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 36a9a5b0d4..6b9a910077 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