diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-29 19:40:02 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-29 19:40:02 +0200 |
commit | 6d0fa458f0bd3209e452b28242fa4c32afbffecf (patch) | |
tree | 6fc919a26460a721432af3561d1b54d86f230a9c /plugins/perl/makefile-512.mak | |
parent | 82be51593735727056605b8e947281c9c19592ee (diff) |
update wdk distribution to use relative paths where possible
Diffstat (limited to 'plugins/perl/makefile-512.mak')
-rw-r--r-- | plugins/perl/makefile-512.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 4ba6a7f7..523c1dcf 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -18,7 +18,7 @@ perl.def: echo xchat_plugin_get_info >> perl.def perl.obj: perl.c - $(CC) $(CFLAGS) perl.c $(GLIB) -I$(PERLPATH) -DPERL_DLL=\"$(PERLLIB).dll\" + $(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERLPATH) /I.. /DPERL_DLL=\"$(PERLLIB).dll\" perl.c: xchat.pm.h |