Fix for OSNAME.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1783 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-16 15:43:08 +00:00
parent 3ebbf1688c
commit f0538dbffc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
uqm_SUBDIRS="sc2code getopt res"
case "$OSNAME" in
case "$HOST_SYSTEM" in
Darwin)
uqm_SUBDIRS="$uqm_SUBDIRS darwin"
;;
+1 -1
View File
@@ -1,4 +1,4 @@
case "$OSNAME" in
case "$HOST_SYSTEM" in
MINGW32*)
uqm_EXTRA_OFILES="UrQuanMasters.rc.o"
;;