X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=da4b817d45f1b36501fcf482d4e7d131f471483f;hb=0084c40d8bc6babaeb0b833b12d9cd625c807525;hp=dd0f92acce0d02c1078ec6f299cc73d6a72edec4;hpb=94971c9b5d09e3d8701ba43e9cca8168bc668e53;p=yazpp-moved-to-github.git diff --git a/win/makefile b/win/makefile index dd0f92a..da4b817 100644 --- a/win/makefile +++ b/win/makefile @@ -1,10 +1,10 @@ -# Copyright (C) 1998-2009 Index Data +# Copyright (C) 1998-2012 Index Data # All rights reserved. # Parameters DEBUG=0 # 0 for release, 1 for debug -USE_MANIFEST = 0 # Can be enabled Visual Studio 2005 +USE_MANIFEST = 1 # Can be enabled Visual Studio 2005 # YAZ YAZ_DIR=..\..\yaz @@ -115,7 +115,7 @@ LINK=link.exe LINK_LIBS= kernel32.lib advapi32.lib $(YAZ_LIB) -COMMON_LNK_OPTIONS= /nologo /subsystem:windows /machine:i386 /incremental:no +COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no DEBUG_LNK_OPTIONS= /debug