diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-16 08:26:09 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-16 08:26:09 +0000 |
commit | 8b503b1a8d84e235d4f8455dd10d4d928b5a89e1 (patch) | |
tree | 93e30c0a42f35352cf6b1e9aa3032c50ebdd7557 /ext | |
parent | 2b1c14c1f96536fa0d2dde60586587f982d6db5d (diff) | |
download | perl-8b503b1a8d84e235d4f8455dd10d4d928b5a89e1.tar.gz |
A more general fix to non-threaded static extension build problems
than #31220 was.
p4raw-id: //depot/perl@31229
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Win32CORE/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Win32CORE/Makefile.PL b/ext/Win32CORE/Makefile.PL index c2620e78bb..0fec3061be 100644 --- a/ext/Win32CORE/Makefile.PL +++ b/ext/Win32CORE/Makefile.PL @@ -2,6 +2,5 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Win32CORE', - 'DEFINE' => '-DPERLDLL -DPERL_CORE', 'VERSION_FROM' => 'Win32CORE.pm', ); |