From: Adam Dickmeiss Date: Tue, 19 Jan 2010 11:09:31 +0000 (+0100) Subject: Win32: use manifests by default X-Git-Tag: v4.0.0~16 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=469a4f338acca4b3185548eedb03e07d36f26a48 Win32: use manifests by default --- diff --git a/win/makefile b/win/makefile index 3815beb..bbc701a 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ # Parameters DEBUG=0 # 0 for release, 1 for debug -USE_MANIFEST = 0 +USE_MANIFEST = 1 # TCL TCL="C:\Tcl\bin\tclsh85.exe"