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/upd | |
parent | 82be51593735727056605b8e947281c9c19592ee (diff) |
update wdk distribution to use relative paths where possible
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/makefile.mak b/plugins/upd/makefile.mak index 63a9ace4..34b54cb8 100644 --- a/plugins/upd/makefile.mak +++ b/plugins/upd/makefile.mak @@ -9,7 +9,7 @@ upd.def: echo xchat_plugin_deinit >> upd.def upd.obj: upd.c makefile.mak - cl $(CFLAGS) $(GLIB) upd.c + cl $(CFLAGS) $(GLIB) /I.. upd.c clean: del *.obj |