build_all.bat 295 B

12345678910
  1. @echo off
  2. echo -----------------------------------------------------------
  3. echo Making the simulators and models for FMI 2.0 ...
  4. pushd fmu20\src
  5. call build_all %1
  6. popd
  7. echo Making the simulators and models for FMI 2.0 ... DONE!
  8. echo -----------------------------------------------------------