summaryrefslogtreecommitdiff
path: root/ext/re/hints
diff options
context:
space:
mode:
authorBenjamin Stuhl <sho_pi@hotmail.com>2000-11-13 07:08:08 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-14 01:19:20 +0000
commit0db725d892efd38f45ece17a9db22f98fb713bb3 (patch)
treefd36986cba330d2ec9123b0ce90a4823805f8a29 /ext/re/hints
parentcc366d4bfec1d12643c0fb8ca45074934bcc46bb (diff)
downloadperl-0db725d892efd38f45ece17a9db22f98fb713bb3.tar.gz
Fix the re extension building for Win32.
Subject: [PATCH perl@7638] Get PerlIO building on Win32 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7678
Diffstat (limited to 'ext/re/hints')
-rw-r--r--ext/re/hints/MSWin32.pl18
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/re/hints/MSWin32.pl b/ext/re/hints/MSWin32.pl
new file mode 100644
index 0000000000..3ac0fdac4c
--- /dev/null
+++ b/ext/re/hints/MSWin32.pl
@@ -0,0 +1,18 @@
+# Add explicit link to deb.o to pick up _Perl_deb symbol which is not
+# mentioned in perl56.lib in non DEBUGGING builds
+# Taken lock, stock, and barrel from hints/aix.pl
+# -- BKS, 11-11-2000
+
+if ($^O =~ /MSWin32/) {
+ $self->{OBJECT} .= ' ../../deb$(OBJ_EXT)';
+}
+
+# Add explicit link to deb.o to pick up _Perl_deb symbol which is not
+# mentioned in perl56.lib in non DEBUGGING builds
+# Taken lock, stock, and barrel from hints/aix.pl
+# -- BKS, 11-11-2000
+
+if ($^O =~ /MSWin32/) {
+ $self->{OBJECT} .= ' ../../deb$(OBJ_EXT)';
+}
+