Changeset 28371 for gs2-extensions
- Timestamp:
- 10.10.2013 11:45:50 (6 years ago)
- Location:
- gs2-extensions/echoprint/trunk/src/src
- Files:
-
- 1 modified
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/echoprint/trunk/src/src/CASCADE-MAKE.sh
r28349 r28371 10 10 11 11 if [ $arg1 == "client" -o $arg1 == "all" ] ; then 12 packlist="$packlist ECHOPRINT "12 packlist="$packlist ECHOPRINT-CLIENT" 13 13 elif [ $arg1 = "server" -o $arg1 = "all" ] ; then 14 14 # Echoprint server is all Python code -- nothing to compile up!