Changeset 14376


Ignore:
Timestamp:
02/22/13 23:04:06 (12 years ago)
Author:
Eric.Larour
Message:

CHG: modified cccl to better handle LIBPATH command set

Location:
issm/trunk-jpl/externalpackages/cccl/issm
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/cccl/issm/cccl

    r12223 r14376  
    8686        #do nothing
    8787        ;;
    88 
     88        -L*)
     89                library=`echo $1 | sed 's/-L//g'`
     90                string="-link -LIBPATH:\"$library\""
     91                opts="$opts $string"
     92        ;;
    8993        *)
    9094                #do nothing
     
    100104opts="$opts /nologo"
    101105
    102 #echo "$prog $opts"
     106echo "$prog $opts"
    103107exec $prog $opts
    104108exit 0
Note: See TracChangeset for help on using the changeset viewer.