From 249c195228dce3fd3e9fb60b4495c31138122678 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 3 Feb 2003 03:03:41 +0000 Subject: [PATCH] Added include path for res files. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@647 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/Makefile.build b/sc2/Makefile.build index 2fb25a6e6..5bb94219f 100644 --- a/sc2/Makefile.build +++ b/sc2/Makefile.build @@ -6,7 +6,7 @@ default: if [ ! -d $$DIR ]; then \ mkdir -p "$$DIR"; \ fi - $(WINDRES) -o $@ $< + $(WINDRES) --include-dir $(dir $<) -o $@ $< %.o: @DIR=$(dir $@); \