From 2abd27c91c05e124815b77898133e60ec4de16c9 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 21:20:12 +0200 Subject: [PATCH] Include Visual C++ runtime in the Windows package. --- tools/make_windows_package.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' \ -- 2.16.6