Some updates. Still needs work.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@642 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
default:
|
||||
./build sc2
|
||||
|
||||
%.rc.o:
|
||||
@DIR=$(dir $@); \
|
||||
if [ ! -d $$DIR ]; then \
|
||||
mkdir -p "$$DIR"; \
|
||||
fi
|
||||
$(WINDRES) -o $@ $<
|
||||
|
||||
%.o:
|
||||
@DIR=$(dir $@); \
|
||||
if [ ! -d $$DIR ]; then \
|
||||
@@ -13,3 +20,7 @@ target-%:
|
||||
|
||||
-include $(DEPEND_FILE)
|
||||
|
||||
# Temporary:
|
||||
obj/release/./src/res/UrQuanMasters.rc.o: ./src/res/UrQuanMasters.rc
|
||||
obj/debug/./src/res/UrQuanMasters.rc.o: ./src/res/UrQuanMasters.rc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user