Ignore:
Timestamp:
2013-10-10T11:45:50+13:00 (11 years ago)
Author:
davidb
Message:

Renaming of echoprint-codegen compile script to make CLIENT/SERVER naming scheme more consistent

Location:
gs2-extensions/echoprint/trunk/src/src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • gs2-extensions/echoprint/trunk/src/src/CASCADE-MAKE.sh

    r28349 r28371  
    1010
    1111  if [ $arg1 == "client" -o $arg1 == "all" ] ; then
    12     packlist="$packlist ECHOPRINT"
     12    packlist="$packlist ECHOPRINT-CLIENT"
    1313  elif [ $arg1 = "server" -o $arg1 = "all" ] ; then
    1414    # Echoprint server is all Python code -- nothing to compile up!   
Note: See TracChangeset for help on using the changeset viewer.