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:
22a58a7
)
Add runtime DLL settings for VS 2015
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 17 Jun 2015 19:06:43 +0000
(21:06 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 17 Jun 2015 19:06:43 +0000
(21:06 +0200)
win/yaz.nsi
patch
|
blob
|
history
diff --git
a/win/yaz.nsi
b/win/yaz.nsi
index
8ca4735
..
f82ef1f
100644
(file)
--- a/
win/yaz.nsi
+++ b/
win/yaz.nsi
@@
-27,6
+27,10
@@
;!define VS_RUNTIME_DLL "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT\msvc*.dll"
;!define VS_RUNTIME_MANIFEST ""
+; 6: VS 2015
+;!define VS_RUNTIME_DLL "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll"
+;!define VS_RUNTIME_MANIFEST ""
+
!include "MUI.nsh"