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:
@@ -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
|
||||
|
Reference in New Issue
Block a user