regen.sh 348 B

1234567
  1. #!/bin/sh
  2. #
  3. # Command to regenerate the interface files.
  4. # For this to work, the utils/convertedmx.lpi project must haven been compiled.
  5. # That project needs WST (Webservice Toolkit)
  6. utils/convertedmx -a 'microsoft.graph=' -d v4 -i xml/msgraph.xml -o src/msgraph.pp -x ''
  7. utils/convertedmx -d v2 -i xml/sharepoint.xml -o src/sharepoint.pp -x ''