More WIN32_REDIST_DIR fixes, trying to get vc8/gaius to build.. r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@189517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladimir%pobox.com
2006-02-09 21:37:14 +00:00
parent 9c0b16abe1
commit 28bcf321e2
3 changed files with 657 additions and 764 deletions

View File

@@ -58,7 +58,9 @@ endif
endif
ifdef REDIST_FILES
libs:: $(addprefix $(WIN32_REDIST_DIR)/,$(REDIST_FILES))
$(INSTALL) $^ $(FINAL_TARGET)
libs::
for file in $(REDIST_FILES) ; do \
$(INSTALL) "$(WIN32_REDIST_DIR)"/$$file $(FINAL_TARGET) ; \
done
endif

1412
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -395,7 +395,7 @@ case "$target" in
fi
if test -n "$WIN32_REDIST_DIR"; then
WIN32_REDIST_DIR=`cd "$WIN32_REDIST_DIR" && pwd | sed 's, ,\\ ,g'`
WIN32_REDIST_DIR=`cd "$WIN32_REDIST_DIR" && pwd`
fi
# bug #249782
@@ -7199,7 +7199,6 @@ AC_SUBST(MOZ_TOOLS_DIR)
AC_SUBST(CYGWIN_WRAPPER)
AC_SUBST(AS_PERL)
AC_SUBST(WIN32_REDIST_DIR)
AC_SUBST(WIN32_REDIST_DIR_QUOTED)
dnl Echo the CFLAGS to remove extra whitespace.
CFLAGS=`echo \