Artifact 8e40255426e6bd26bb26acc86766218d51b11d9b:
- Executable file mkdeploy/tests/executables/addlibs.sh — part of check-in [942beb12d3] at 2013-03-27 23:55:04 on branch development — Added deploy of the eggs (user: matt, size: 262) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash -e CSIPATH=$(echo $(type csi)|awk '{print $3}') CKPATH=$(dirname $(dirname $CSIPATH)) rsync -av $EXECUTABLE/ ../deploytarg/ for i in iup im cd av call sqlite; do cp $(CKPATH)/lib/lib$i* ../deploytarg/ done cp $(CKPATH)/include/*.h ../deploytarg/