fpc/packages/odata/regen.sh
michael 9115dc2521 * OData and Office365 REST API support
git-svn-id: trunk@34097 -
2016-07-11 14:39:59 +00:00

8 lines
348 B
Bash

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