IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3043


Ignore:
Timestamp:
Jan 18, 2005, 1:31:59 PM (22 years ago)
Author:
jhoblitt
Message:

add cvs2cl
chain gsoap utilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/bootstrap.sh

    r3023 r3043  
    11#!/bin/sh
    22
    3 wsdl2h -o src/idata.h -c idata.wsdl
    4 soapcpp2 -d src -c src/idata.h
    5 rm -f src/*.xml
     3wsdl2h -o src/idata.h -c idata.wsdl \
     4&& soapcpp2 -d src -c src/idata.h \
     5&& rm -f src/*.xml
    66
    77libtoolize --automake --copy \
     
    1010&& automake --gnu --add-missing --copy \
    1111&& autoconf
     12
     13cvs2cl --domain cpan.org --tags --FSF --show-dead
Note: See TracChangeset for help on using the changeset viewer.