From 21014f2e0e959bd89d59e68f76c2579a452b105a Mon Sep 17 00:00:00 2001 From: "Sparer, David" Date: Wed, 17 Feb 2016 11:39:34 -0700 Subject: [PATCH] Added postbuild event to enable LargeAddressAware as a workaround for https://mremoteng.atlassian.net/browse/MR-582 --- mRemoteV1/mRemoteV1.vbproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mRemoteV1/mRemoteV1.vbproj b/mRemoteV1/mRemoteV1.vbproj index 048333871..17c1b3e42 100644 --- a/mRemoteV1/mRemoteV1.vbproj +++ b/mRemoteV1/mRemoteV1.vbproj @@ -1182,6 +1182,10 @@ + + call "$(DevEnvDir)..\tools\vsvars32.bat" +editbin.exe /LARGEADDRESSAWARE "$(TargetPath)" +