summary refs log tree commit diff stats
path: root/plugins/winamp/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/winamp/makefile.mak')
-rw-r--r--plugins/winamp/makefile.mak2
1 files changed, 1 insertions, 1 deletions
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