Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6e08773
)
Include Visual C++ runtime in the Windows package.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 17 Nov 2013 19:20:12 +0000
(21:20 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 18:26:58 +0000
(20:26 +0200)
tools/make_windows_package.sh
patch
|
blob
|
history
diff --git
a/tools/make_windows_package.sh
b/tools/make_windows_package.sh
index
3096003
..
4d4c4c9
100644
(file)
--- 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' \