Include Visual C++ runtime in the Windows package.

This commit is contained in:
Petteri Aimonen
2013-11-17 21:20:12 +02:00
parent 6e08773153
commit 2abd27c91c

View 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' \