Added include path for res files.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@647 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ default:
|
||||
if [ ! -d $$DIR ]; then \
|
||||
mkdir -p "$$DIR"; \
|
||||
fi
|
||||
$(WINDRES) -o $@ $<
|
||||
$(WINDRES) --include-dir $(dir $<) -o $@ $<
|
||||
|
||||
%.o:
|
||||
@DIR=$(dir $@); \
|
||||
|
||||
Reference in New Issue
Block a user