Accept .uqm as file name extension for packages.
Activated regex support in uio. Including fallback regex library for this. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1640 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -48,8 +48,9 @@ uqm_requirements()
|
||||
define_have_type wint_t
|
||||
|
||||
|
||||
# Check for getopt.h
|
||||
# Add defines for HAVE_GETOPT_H and HAVE_REGEX_H
|
||||
define_have_header getopt.h
|
||||
define_have_header regex.h
|
||||
}
|
||||
|
||||
uqm_prepare_config()
|
||||
@@ -231,8 +232,8 @@ uqm_process_config() {
|
||||
substitute_vars SUBSTITUTE_VARS SUBSTITUTE_FILES src "$BUILD_WORK"
|
||||
|
||||
# Make build.vars from build.vars.in, substituting variables.
|
||||
SUBSTITUTE_VARS="CFLAGS LDFLAGS MAKE ECHON DEBUG SOUNDMODULE HAVE_OPENGL \
|
||||
USE_ZIP_IO \
|
||||
SUBSTITUTE_VARS="CFLAGS LDFLAGS MAKE ECHON DEBUG SOUNDMODULE \
|
||||
HAVE_OPENGL HAVE_REGEX_H_FLAG USE_ZIP_IO \
|
||||
INSTALL_LIBDIR INSTALL_BINDIR INSTALL_SHAREDIR \
|
||||
REZ WINDRES"
|
||||
SUBSTITUTE_FILES="build.vars"
|
||||
|
||||
Reference in New Issue
Block a user