From c5b39011b16cf6ba0f0ac041a08119b7c3a972a1 Mon Sep 17 00:00:00 2001 From: abv Date: Mon, 31 Jul 2017 09:23:49 +0300 Subject: [PATCH] 0028962: Configuration, genproj.bat - add /LARGEADDRESSAWARE option to 32-bit target executables --- adm/templates/template.vc10x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/templates/template.vc10x b/adm/templates/template.vc10x index 96faa80fde..ff10fb1fc5 100644 --- a/adm/templates/template.vc10x +++ b/adm/templates/template.vc10x @@ -110,6 +110,7 @@ .\..\..\..\win32\__VCVER__\bin\__XQTNAM__.pdb Console ..\..\..\win32\__VCVER__\lib\__XQTNAM__.lib + /LARGEADDRESSAWARE %(AdditionalOptions) __VCLNKREL__ @@ -155,6 +156,7 @@ ..\..\..\win32\__VCVER__\bind\__XQTNAM__.pdb Console ..\..\..\win32\__VCVER__\libd\__XQTNAM__.lib + /LARGEADDRESSAWARE %(AdditionalOptions) -- 2.20.1