diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-28 18:08:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-28 18:08:06 +0000 |
commit | 3075ddba723b9b3d732695035818e7b3e7287e85 (patch) | |
tree | 4cb160adc07d92b9a6d9068d4f07693f221e2e72 /win32/Makefile | |
parent | 71ad7795db6b8d545a629fdaf0efbb677f2f2921 (diff) | |
download | perl-3075ddba723b9b3d732695035818e7b3e7287e85.tar.gz |
misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
p4raw-id: //depot/perl@3819
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 2da82c2ffa..8750f0587c 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -341,8 +341,8 @@ EXTUTILSDIR = $(LIBDIR)\extutils # # various targets !IF "$(USE_OBJECT)" == "define" -PERLIMPLIB = ..\perlcore.lib -PERLDLL = ..\perlcore.dll +PERLIMPLIB = ..\perl56.lib +PERLDLL = ..\perl56.dll !ELSE PERLIMPLIB = ..\perl.lib PERLDLL = ..\perl.dll |