summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-28 18:08:06 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-28 18:08:06 +0000
commit3075ddba723b9b3d732695035818e7b3e7287e85 (patch)
tree4cb160adc07d92b9a6d9068d4f07693f221e2e72 /makedef.pl
parent71ad7795db6b8d545a629fdaf0efbb677f2f2921 (diff)
downloadperl-3075ddba723b9b3d732695035818e7b3e7287e85.tar.gz
misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
p4raw-id: //depot/perl@3819
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 676d229283..8a79bae431 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -68,7 +68,7 @@ close(CFG);
if ($PLATFORM eq 'win32') {
warn join(' ',keys %define)."\n";
if ($define{PERL_OBJECT}) {
- print "LIBRARY PerlCore\n";
+ print "LIBRARY Perl56\n";
print "DESCRIPTION 'Perl interpreter'\n";
print "EXPORTS\n";
# output_symbol("perl_alloc");