Some more needed things.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@645 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-03 02:36:12 +00:00
parent d31a16fccc
commit 1e7d2ccd21
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ COMPILE="$PROG_gcc_FILE"
case "$OSNAME" in
MINGW32*)
have_program windres
WINDRES="$PROG_windres_FILE"
;;
esac
@@ -176,7 +177,7 @@ substitute_vars SUBSTITUTE_VARS SUBSTITUTE_FILES
# Make build.vars from build.vars.in, substituting variables.
SUBSTITUTE_VARS="CFLAGS LDFLAGS MAKE DEBUG SOUNDMODULE HAVE_OPENGL \
INSTALL_LIBDIR INSTALL_BINDIR"
INSTALL_LIBDIR INSTALL_BINDIR WINDRES"
SUBSTITUTE_FILES="build.vars"
substitute_vars SUBSTITUTE_VARS SUBSTITUTE_FILES