diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-28 00:05:58 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-28 00:05:58 +0200 |
commit | b6a0e0d086d5b314742b9ecc84f2392b5dada5c8 (patch) | |
tree | f36732cd713830b9dc773fbda986846b53b80679 /plugins/perl/makefile-514.mak | |
parent | 7061c055f1eb466484c7a2a561ceda5f177d203b (diff) |
polish the building process of the perl interface
Diffstat (limited to 'plugins/perl/makefile-514.mak')
-rw-r--r-- | plugins/perl/makefile-514.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile-514.mak b/plugins/perl/makefile-514.mak index 8c689979..4d8181dd 100644 --- a/plugins/perl/makefile-514.mak +++ b/plugins/perl/makefile-514.mak @@ -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 |