From c833295a3948e914fa23042896f19f35ddd8d927 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 21 Jun 2012 14:06:54 -0400 Subject: Adjust Windows built to support 32-bit and 64-bit builds Update the build to support new external-libs layout, and autoconf options to specify windows word size. Split make_windows_releases into multiple scripts. --- make/msvc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/msvc.mk') diff --git a/make/msvc.mk b/make/msvc.mk index 8ad7f589..5f3f69ad 100644 --- a/make/msvc.mk +++ b/make/msvc.mk @@ -101,7 +101,7 @@ endef # Install target -INSTALL_DIR = install-msvc +INSTALL_DIR = install-msvc$(WINDOWS_WORDSIZE) STATIC_LIB_NAME = qpdf.lib include make/installwin.mk install: installwin -- cgit v1.2.3-54-g00ecf