Home | History | Annotate | Download | only in tools

Lines Matching refs:DEST

11 DEST=dist/$VERSION
13 rm -rf $DEST
14 mkdir -p $DEST
17 git archive HEAD | tar x -C $DEST
20 make -BC $DEST/generator/proto
23 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
26 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
27 mv $DEST/generator/dist $DEST/generator-bin
30 rm $DEST/generator/protoc-gen-nanopb.py
34 cp /c/windows/winsxs/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb/MSVCR90.DLL $DEST/generator-bin/
35 cat > $DEST/generator-bin/Microsoft.VC90.CRT.manifest <<EOF
45 cp `which protoc.exe` $DEST/generator-bin/
46 cp `which MSVCR100.DLL` $DEST/generator-bin/
47 cp `which MSVCP100.DLL` $DEST/generator-bin/
50 find $DEST -name '*.c' -o -name '*.h' -o -name '*.txt' \