From: Adam Dickmeiss Date: Fri, 12 Dec 2014 13:00:52 +0000 (+0100) Subject: nmake: no manifest by default X-Git-Tag: v1.6.2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=2ebde44fbd73eea9452a0c0ca3e877ac580a1dd9;p=yazpp-moved-to-github.git nmake: no manifest by default --- diff --git a/win/makefile b/win/makefile index 83ddb2e..f3f16f3 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ # Parameters DEBUG=0 # 0 for release, 1 for debug -USE_MANIFEST = 1 # Can be enabled Visual Studio 2005, 2008 +USE_MANIFEST = 0 # Can be enabled Visual Studio 2005, 2008 # YAZ YAZ_DIR=..\..\yaz