build_all.bat 171 B

123456789
  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