Makefile 795 B

1234567891011121314151617
  1. all:
  2. @echo "Use make run to fill some of the standard documentation"
  3. run:
  4. fsharpc --debug:full -r:System.Xml.Linq fill.fs && mono --debug fill.exe
  5. update:
  6. -rm Urho.xml
  7. #mdoc update --lib=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/ --delete -o . --type=Urho.iOS.UrhoEngine --type=Urho.iOS.UrhoSurface ../bindings/iOS/bin/iPhone/Debug/Urho.iOS.dll
  8. #mdoc update --delete -o . --type=Urho.Droid.UrhoEngine --type=Urho.Droid.UrhoSurface ../bindings/Android/bin/Debug/Urho.Droid.dll
  9. mdoc update --delete -o . ../bindings/obj/Debug/Urho.dll
  10. #mdoc update --delete -o . --type=Urho.UrhoEngine ../bindings/Desktop/bin/Debug/Urho.Desktop.dll
  11. mdoc export-msxdoc --out=Urho.xml .
  12. perl -pi -e 's/To be added.//' Urho.xml
  13. assemble:
  14. mdoc assemble . --out=Urho