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/checksum/makefile.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/checksum') diff --git a/plugins/checksum/makefile.mak b/plugins/checksum/makefile.mak index 8d72d094..ec8e0455 100644 --- a/plugins/checksum/makefile.mak +++ b/plugins/checksum/makefile.mak @@ -9,7 +9,7 @@ checksum.def: echo xchat_plugin_deinit >> checksum.def checksum.obj: checksum.c makefile.mak - cl $(CFLAGS) checksum.c + cl $(CFLAGS) /I.. checksum.c clean: del *.obj -- cgit 1.4.1