diff options
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 |