Changeset 3043
- Timestamp:
- Jan 18, 2005, 1:31:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/bootstrap.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/bootstrap.sh
r3023 r3043 1 1 #!/bin/sh 2 2 3 wsdl2h -o src/idata.h -c idata.wsdl 4 soapcpp2 -d src -c src/idata.h 5 rm -f src/*.xml3 wsdl2h -o src/idata.h -c idata.wsdl \ 4 && soapcpp2 -d src -c src/idata.h \ 5 && rm -f src/*.xml 6 6 7 7 libtoolize --automake --copy \ … … 10 10 && automake --gnu --add-missing --copy \ 11 11 && autoconf 12 13 cvs2cl --domain cpan.org --tags --FSF --show-dead
Note:
See TracChangeset
for help on using the changeset viewer.
