Changeset 13211
- Timestamp:
- May 3, 2007, 2:50:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/autogen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/autogen.sh
r13121 r13211 90 90 cd $ORIGDIR 91 91 92 wsdl2h -o src/nebulous.h -c nebulous.wsdl \ 93 && soapcpp2 -d src -c src/nebulous.h \ 94 && rm -f src/*.xml 92 if `which wsdl2h`; then 93 wsdl2h -o src/nebulous.h -c nebulous.wsdl \ 94 && soapcpp2 -d src -c src/nebulous.h \ 95 && rm -f src/*.xml 96 fi 95 97 96 98 run_configure=true
Note:
See TracChangeset
for help on using the changeset viewer.
