From d7e028ba0de38f6060f53cf75ca7246c402eb34f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 8 Dec 2014 15:30:20 +0100 Subject: [PATCH] Pass /manifest option always YAZ-804 Seems necessary on Visual Studio 2013. --- win/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4