Include Visual C++ runtime in the Windows package.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 17 Nov 2013 19:20:12 +0000 (21:20 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 18:26:58 +0000 (20:26 +0200)
tools/make_windows_package.sh

index 3096003..4d4c4c9 100644 (file)
@@ -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' \