build_all.bat 372 B

1234567891011
  1. @echo off
  2. echo -----------------------------------------------------------
  3. echo Making the simulators and models for FMI 2.0 ...
  4. copy ..\hierarchical_fmu\fmu20\fmu\cs\mass_spring_damper.fmu .\fmu20\fmu\cs\
  5. pushd fmu20\src
  6. call build_all %1
  7. popd
  8. echo Making the simulators and models for FMI 2.0 ... DONE!
  9. echo -----------------------------------------------------------