IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2005, 12:37:59 AM (22 years ago)
Author:
jhoblitt
Message:

move sources to ./src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/bootstrap

    r2952 r3017  
    11#!/bin/sh
    22
    3 wsdl2h -c idata.wsdl
    4 soapcpp2 -c idata.h
    5 rm -f *.xml
     3wsdl2h -o src/idata.h -c idata.wsdl
     4soapcpp2 -d src -c idata.h
     5rm -f src/*.xml
    66
    77aclocal \
    8 && automake --gnu --add-missing \
     8&& automake --gnu --add-missing --copy \
     9&& autoheader \
    910&& autoconf
Note: See TracChangeset for help on using the changeset viewer.