Differences From Artifact [2fdf538748]:
- Executable file build/prepare.sh — part of check-in [cce162f50e] at 2009-04-18 22:15:14 on branch trunk — Updated README with a mini-manual for the client. Updated build process cleanup. (user: rkeene, size: 98) [annotate] [blame] [check-ins using]
To Artifact [2c46c42e01]:
- Executable file build/prepare.sh — part of check-in [52d092d636] at 2009-04-18 22:18:27 on branch trunk — Fixed build script to make correct target for checking. (user: rkeene, size: 116) [annotate] [blame] [check-ins using]
1 2 3 4 | #! /bin/sh rm -f client/teapot-client client/teapot-client.exe | | | 1 2 3 4 5 6 | #! /bin/sh rm -f client/teapot-client client/teapot-client.exe make -C client teapot-client.kit cp client/*.kit . |