Add C++ support to the build system, from Scott A. Colcord.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3747 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -17,8 +17,10 @@ case "$HOST_SYSTEM" in
|
||||
;;
|
||||
esac
|
||||
uqm_CFLAGS="$uqm_CFLAGS -Isrc"
|
||||
uqm_CXXFLAGS="$uqm_CXXFLAGS -Isrc"
|
||||
if [ "$uqm_HAVE_REGEX" = 0 ]; then
|
||||
uqm_CFLAGS="$uqm_CFLAGS -Isrc/regex"
|
||||
uqm_CXXFLAGS="$uqm_CXXFLAGS -Isrc/regex"
|
||||
fi
|
||||
|
||||
# Stuff to install under the directory for libraries, as specified during
|
||||
|
||||
Reference in New Issue
Block a user