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:
meep-eep
2003-02-03 01:48:13 +00:00
parent e38e04270d
commit 16b72cb7fb
6 changed files with 88 additions and 44 deletions
+11
View File
@@ -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