projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe768e
)
Pass /manifest option always YAZ-804
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 Dec 2014 14:30:20 +0000
(15:30 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 8 Dec 2014 14:30:20 +0000
(15:30 +0100)
Seems necessary on Visual Studio 2013.
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
643a06a
..
8ad37b2
100644
(file)
--- 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