summary refs log tree commit diff stats
path: root/plugins/perl/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-16 14:39:35 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-16 14:39:35 +0200
commitdf49b9412d3ee3ffd1cacef7f0f844d10c4c31b9 (patch)
tree44a02e760586d705f0c5445c9a25581290b76bf1 /plugins/perl/makefile.mak
parentd194c520e7888ffa650b319c42cd30db3c53ddfb (diff)
some heavy restructuring and reformatting
Diffstat (limited to 'plugins/perl/makefile.mak')
-rw-r--r--plugins/perl/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile.mak b/plugins/perl/makefile.mak
index d3a5c967..3d79f794 100644
--- a/plugins/perl/makefile.mak
+++ b/plugins/perl/makefile.mak
@@ -19,7 +19,7 @@ xchat.pm.h: Xchat.pm IRC.pm
 	perl.exe generate_header
 
 $(TARGET): perl.obj perl.def
-	$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /LIBPATH:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
+	$(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
 
 clean:
 	del $(TARGET)