summary refs log tree commit diff stats
path: root/plugins/perl/makefile-512.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/perl/makefile-512.mak')
-rw-r--r--plugins/perl/makefile-512.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak
index 5a714f1d..4aeee497 100644
--- a/plugins/perl/makefile-512.mak
+++ b/plugins/perl/makefile-512.mak
@@ -1,5 +1,6 @@
 include "..\..\src\makeinc.mak"
 
+DIRENTLIB = ..\..\src\common\dirent.lib
 TARGET = $(PERL512OUTPUT)
 
 all: $(TARGET)
@@ -19,7 +20,7 @@ xchat.pm.h: Xchat.pm IRC.pm
 	perl.exe generate_header
 
 $(TARGET): perl.obj perl.def
-	$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERL512LIB).lib /libpath:$(PERL512PATH) /DELAYLOAD:$(PERL512LIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
+	$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERL512LIB).lib /libpath:$(PERL512PATH) /DELAYLOAD:$(PERL512LIB).dll $(DIRENTLIB) DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
 
 clean:
 	@del $(TARGET)