From: Petteri Aimonen Date: Sun, 17 Nov 2013 20:19:54 +0000 (+0200) Subject: Also include the manifest for MSVCR90.DLL X-Git-Tag: 3.99.1~14^2~293 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=94422ad456a659b2d78cc4956b937e3d1f98a187;p=apps%2Flow-level-can-service.git Also include the manifest for MSVCR90.DLL --- diff --git a/tools/make_windows_package.sh b/tools/make_windows_package.sh index d8999a9..375649f 100644 --- a/tools/make_windows_package.sh +++ b/tools/make_windows_package.sh @@ -29,6 +29,14 @@ mv $DEST/generator/dist $DEST/generator-bin # The python interpreter requires MSVCR90.dll. # FIXME: Find a way around hardcoding this path cp /c/windows/winsxs/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb/MSVCR90.DLL $DEST/generator-bin/ +cat > $DEST/generator-bin/Microsoft.VC90.CRT.manifest < + + + + KSaO8M0iCtPF6YEr79P1dZsnomY= ojDmTgpYMFRKJYkPcM6ckpYkWUU= tVogb8kezDre2mXShlIqpp8ErIg= + +EOF # Remove temp file rm $DEST/generator/protoc-gen-nanopb.py