build_all.bat 550 B

1234567891011121314151617
  1. @echo off
  2. rem ------------------------------------------------------------
  3. rem This batch builds all simulators and FMUs of the FmuSDK20
  4. rem for Windows platforms
  5. rem Command to build 32 bit version: install
  6. rem Commant to build 64 bit version: install -win64
  7. rem Copyright QTronic GmbH. All rights reserved.
  8. rem ------------------------------------------------------------
  9. echo -----------------------------------------------------------
  10. echo Making the simulators and models for FMI 2.0 of the FmuSDK ...
  11. pushd fmu20\src
  12. call build_all %1
  13. popd