Skip to content

Commit

Permalink
- Build all models
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11093 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 13, 2012
1 parent dac7bc3 commit a12c3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/BuildModelRecursive.mos
Expand Up @@ -5,6 +5,7 @@ log:="BuildModelRecursive.html";
MSLVersion:="3.1";
loadModel(Modelica,{MSLVersion});

/*
deleteClass(Modelica.Blocks);
deleteClass(Modelica.Electrical);
deleteClass(Modelica.Fluid);
Expand All @@ -13,6 +14,7 @@ deleteClass(Modelica.Mechanics);
deleteClass(Modelica.Media);
deleteClass(Modelica.Thermal);
deleteClass(Modelica.Utilities);
*/

system("rm -f Modelica");
system("ln -fs '"+getInstallationDirectoryPath()+"/lib/omlibrary/"+MSLVersion+"/' Modelica");
Expand Down

0 comments on commit a12c3af

Please sign in to comment.