Windows: Build multiplatform installer

When building the x64 installer, we can optionally include 32-bit
components as well.  This requires that the 32-bit build to be already
completed.  The resulting multiplatform installer will install
both sets of components.

This is enabled by the environment variable MULTIPLATFORM_INSTALLER.
This commit is contained in:
Asanka C. Herath
2010-12-02 21:36:50 -05:00
parent 3f6b4c9fdd
commit dd6d5a0e2c
3 changed files with 278 additions and 195 deletions

View File

@@ -72,8 +72,8 @@ MCPU=amd64
#----------------------------------------------------------------
# Directory macros
DESTDIR =$(SRC)\out\dest_$(OUTDIR)
OBJDIR =$(SRC)\out\obj_$(OUTDIR)
DESTDIR =$(SRC)\out\dest_$(CPU)
OBJDIR =$(SRC)\out\obj_$(CPU)
INCDIR =$(DESTDIR)\inc
LIBDIR =$(DESTDIR)\lib