From cf72c33585b83dc05397541047a5f11ba40b9cb9 Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Sat, 25 Jul 2009 18:28:00 +0000 Subject: [PATCH] * Modified manifest generation and embedding methods to allow Netgen to run on Vista * the post build scripts no longer need to embed the manifests manually --- windows/netgen.vcproj | 48 +++++++++++++++++----------------- windows/netgen_MSVC2005.vcproj | 28 +++++++++++--------- windows/postBuild_netgen.bat | 8 +++--- windows/postBuild_nglib.bat | 8 +++--- 4 files changed, 48 insertions(+), 44 deletions(-) diff --git a/windows/netgen.vcproj b/windows/netgen.vcproj index 4aab0caa..468d6379 100644 --- a/windows/netgen.vcproj +++ b/windows/netgen.vcproj @@ -70,12 +70,12 @@ LinkIncremental="0" AdditionalLibraryDirectories=""$(SolutionDir)..\..\ext_libs\tcl\lib";"$(SolutionDir)..\..\ext_libs\pthread-w32\lib"" GenerateManifest="true" - EnableUAC="false" + EnableUAC="true" GenerateDebugInformation="true" SubSystem="1" ImportLibrary="$(OutDir)\nginterface.lib" TargetMachine="1" - AllowIsolation="false" + AllowIsolation="true" />