From: Adam Dickmeiss Date: Mon, 8 Dec 2014 14:30:20 +0000 (+0100) Subject: Pass /manifest option always YAZ-804 X-Git-Tag: v5.7.2~13 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d7e028ba0de38f6060f53cf75ca7246c402eb34f;hp=bfe768e3b0cf959ed9982a7b6ff6dc9e906820f4 Pass /manifest option always YAZ-804 Seems necessary on Visual Studio 2013. --- diff --git a/win/makefile b/win/makefile index 643a06a..8ad37b2 100644 --- a/win/makefile +++ b/win/makefile @@ -302,7 +302,7 @@ MT=echo LINK_LIBS= kernel32.lib ws2_32.lib advapi32.lib \ $(ICONV_LIB) $(LIBXML2_LIB) $(LIBXSLT_LIB) -COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no +COMMON_LNK_OPTIONS= /nologo /subsystem:windows /incremental:no /manifest DEBUG_LNK_OPTIONS= /debug