Fixed bug in build.sh.
Also: little typographical change in Makefile.build. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1337 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ target-%:
|
|||||||
-include $(DEPEND_FILE)
|
-include $(DEPEND_FILE)
|
||||||
|
|
||||||
# Temporary:
|
# Temporary:
|
||||||
$(BUILD_WORK)/obj/release/./src/res/UrQuanMasters.rc.o:\
|
$(BUILD_WORK)/obj/release/./src/res/UrQuanMasters.rc.o: \
|
||||||
./src/res/UrQuanMasters.rc
|
./src/res/UrQuanMasters.rc
|
||||||
$(BUILD_WORK)/obj/debug/./src/res/UrQuanMasters.rc.o: \
|
$(BUILD_WORK)/obj/debug/./src/res/UrQuanMasters.rc.o: \
|
||||||
./src/res/UrQuanMasters.rc
|
./src/res/UrQuanMasters.rc
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
if [ -z "$BUILD_WORK" ]; then
|
if [ -z "$BUILD_WORK" ]; then
|
||||||
BUILD_WORK=.
|
BUILD_WORK=.
|
||||||
|
export BUILD_WORK
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Read in the config settings that affect the build, if present.
|
# Read in the config settings that affect the build, if present.
|
||||||
|
|||||||
Reference in New Issue
Block a user