More portable parameter passing.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3039 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-08-21 18:55:47 +00:00
parent 990fae0411
commit 6b76050542
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ else
uqm_OBJS=obj/release/ # Directory for object files
uqm_NAME=uqm # File name of executable
fi
uqm_CFLAGS="$uqm_CFLAGS -I src -I src/sc2code -I src/sc2code/libs"
uqm_CFLAGS="$uqm_CFLAGS -Isrc -Isrc/sc2code -Isrc/sc2code/libs"
if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_CFLAGS="$uqm_CFLAGS -I src/regex"
uqm_CFLAGS="$uqm_CFLAGS -Isrc/regex"
fi
# Stuff to install under the directory for libraries, as specified during
+1 -1
View File
@@ -347,7 +347,7 @@ uqm_process_config() {
# Set the content dir
CONTENTDIR="${INSTALL_SHAREDIR}uqm/content"
CFLAGS="$CFLAGS -I \"$BUILD_WORK\""
CFLAGS="$CFLAGS -I\"$BUILD_WORK\""
# Export the HAVE_ symbols to config_unix.h, using config_unix.h.in
# as template (or config_win.h/config_win.h.in).