From: Petteri Aimonen Date: Sun, 17 Nov 2013 19:20:12 +0000 (+0200) Subject: Include Visual C++ runtime in the Windows package. X-Git-Tag: 5.0.2~186^2~295 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=2abd27c91c05e124815b77898133e60ec4de16c9;p=apps%2Fagl-service-can-low-level.git Include Visual C++ runtime in the Windows package. --- diff --git a/tools/make_windows_package.sh b/tools/make_windows_package.sh index 3096003b..4d4c4c94 100644 --- a/tools/make_windows_package.sh +++ b/tools/make_windows_package.sh @@ -30,7 +30,9 @@ mv $DEST/generator/dist $DEST/generator-bin rm $DEST/generator/protoc-gen-nanopb.py # Package the protoc compiler -cp `which protoc`.exe $DEST/generator-bin/ +cp `which protoc.exe` $DEST/generator-bin/ +cp `which MSVCR100.DLL` $DEST/generator-bin/ +cp `which MSVCP100.DLL` $DEST/generator-bin/ # Convert line breaks for convenience find $DEST -name '*.c' -o -name '*.h' -o -name '*.txt' \