Fix unix builds that need the included regex.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1665 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+2
-1
@@ -28,10 +28,11 @@ uqm_INSTALL_SHAREDIR='@INSTALL_SHAREDIR@'
|
|||||||
# Exported variables are available from all the Makeinfo files
|
# Exported variables are available from all the Makeinfo files
|
||||||
# Non-exported files only where build.vars is explicitely included.
|
# Non-exported files only where build.vars is explicitely included.
|
||||||
uqm_SOUNDMODULE='@SOUNDMODULE@'
|
uqm_SOUNDMODULE='@SOUNDMODULE@'
|
||||||
|
uqm_HAVE_REGEX='@HAVE_REGEX_H_FLAG@'
|
||||||
uqm_HAVE_OPENGL='@HAVE_OPENGL@'
|
uqm_HAVE_OPENGL='@HAVE_OPENGL@'
|
||||||
uqm_USE_ZIP_IO='@USE_ZIP_IO@'
|
uqm_USE_ZIP_IO='@USE_ZIP_IO@'
|
||||||
WINDRES='@WINDRES@'
|
WINDRES='@WINDRES@'
|
||||||
REZ='@REZ@'
|
REZ='@REZ@'
|
||||||
DEBUG='@DEBUG@'
|
DEBUG='@DEBUG@'
|
||||||
export uqm_SOUNDMODULE uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG
|
export uqm_SOUNDMODULE uqm_HAVE_REGEX uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user