From 6d0fa458f0bd3209e452b28242fa4c32afbffecf Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Fri, 29 Oct 2010 19:40:02 +0200 Subject: update wdk distribution to use relative paths where possible --- plugins/winamp/makefile.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/winamp') diff --git a/plugins/winamp/makefile.mak b/plugins/winamp/makefile.mak index 6fd431bd..79adf87e 100644 --- a/plugins/winamp/makefile.mak +++ b/plugins/winamp/makefile.mak @@ -9,7 +9,7 @@ winamp.def: echo xchat_plugin_deinit >> winamp.def winamp.obj: winamp.c makefile.mak - cl $(CFLAGS) winamp.c + cl $(CFLAGS) /I.. winamp.c clean: del *.obj -- cgit 1.4.1