summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorTim Bunce <Tim.Bunce@ig.co.uk>1997-09-05 00:00:00 +0000
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-09-05 00:00:00 +0000
commit3594729594a6f21fb3249c430fcd901cf2cd6827 (patch)
treecd0a79b91cf742840db825888c09fe93bd1be8f3 /win32/config_H.bc
parent25c49cb6c6f3bfa58236f2866fad8049f77a03df (diff)
downloadperl-3594729594a6f21fb3249c430fcd901cf2cd6827.tar.gz
Win32 archnames
(this is the same change as commit 7e8ba8fa5f78d7fa23683d0f33555018e530f3e0, but as applied)
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc6
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 1883e973c1..61fb5a3241 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -47,7 +47,11 @@
* 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