polish the building process of the perl interface

This commit is contained in:
berkeviktor@aol.com
2011-07-28 00:05:58 +02:00
parent 7061c055f1
commit b6a0e0d086
7 changed files with 22 additions and 1436 deletions

View File

@@ -12,7 +12,7 @@ perl.def:
echo xchat_plugin_get_info >> perl.def
perl.obj: perl.c
$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH) /I.. /DPERL_DLL=\"$(PERL514LIB).dll\"
$(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH)\lib\CORE /I.. /DPERL_DLL=\"$(PERL514LIB).dll\"
perl.c: xchat.pm.h