From 7207680c8f685c9ed33536bfd4a4878cb2616d99 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Oct 2015 11:08:40 +0100 Subject: [PATCH 1/1] Build with VS 2015 (2014 runtime) --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 38d1fe0..af47db9 100644 --- a/win/makefile +++ b/win/makefile @@ -68,10 +68,10 @@ distclean: nmake DEBUG=0 clean nsis: version.nsi - $(NSIS) /DVSARCH=x86 /DVSVER=12 yaz.nsi + $(NSIS) /DVSARCH=x86 /DVSVER=14 yaz.nsi nsis64: version.nsi - $(NSIS) /DVSARCH=x64 /DVSVER=12 yaz.nsi + $(NSIS) /DVSARCH=x64 /DVSVER=14 yaz.nsi nsishelp: $(NSIS) -- 1.7.10.4