diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 15:35:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 15:35:12 +0000 |
commit | c00206c8463e3564bde598f9aa9e8be52b3f27e3 (patch) | |
tree | 6246012063f6a44941350e23856e345139b11c5c /win32/Makefile | |
parent | 56e90b21f82f04af4f0a1a957067569857cd0ce2 (diff) | |
download | perl-c00206c8463e3564bde598f9aa9e8be52b3f27e3.tar.gz |
assorted little nits
p4raw-id: //depot/perl@4882
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/Makefile b/win32/Makefile index e9e4892d9d..88eb9d80e8 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -428,13 +428,8 @@ $(o).dll: # # various targets -!IF "$(USE_OBJECT)" == "define" PERLIMPLIB = ..\perl56.lib PERLDLL = ..\perl56.dll -!ELSE -PERLIMPLIB = ..\perl.lib -PERLDLL = ..\perl.dll -!ENDIF MINIPERL = ..\miniperl.exe MINIDIR = .\mini |