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.mak10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak
index 523c1dcf..2ef298d8 100644
--- a/plugins/perl/makefile-512.mak
+++ b/plugins/perl/makefile-512.mak
@@ -3,12 +3,6 @@ include "..\..\src\makeinc.mak"
 TARGET = xcperl-512.dll
 PERLLIB = perl512
 
-!ifdef X64
-PERLPATH = c:\mozilla-build\perl-5.12-x64\lib\CORE
-!else
-PERLPATH = c:\mozilla-build\perl-5.12-x86\lib\CORE
-!endif
-
 all: $(TARGET)
 
 perl.def:
@@ -18,7 +12,7 @@ perl.def:
 	echo xchat_plugin_get_info >> perl.def
 
 perl.obj: perl.c
-	$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERLPATH) /I.. /DPERL_DLL=\"$(PERLLIB).dll\"
+	$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL512PATH) /I.. /DPERL_DLL=\"$(PERLLIB).dll\"
 
 perl.c: xchat.pm.h
 
@@ -26,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) $(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:$(PERL512PATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def
 
 clean:
 	@del $(TARGET)