Skip to content

Commit

Permalink
- Added /libraries - a common place for the Modelica libraries we tes…
Browse files Browse the repository at this point in the history
…t OpenModelica against

  - It is possible to switch between Modelica versions using the following environments:
    - OPENMODELICALIBRARY=/libraries/msl221:/libraries/common
    - OPENMODELICALIBRARY=/libraries/msl31:/libraries/common
    - (Separate with ; on Windows platforms)
- Moved /libraries/testsuite/libraries/ ... msl221 msl31 BioChem to /libraries
  - Added ModelicaAdditions, SimpleFluid to /libraries
- Updated testcases to reflect these changes (testcases that load MSL now use loadModel)


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6179 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 22, 2010
1 parent 0e2dcee commit a5b8be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -57,8 +57,8 @@ qtclean: qtclean-common
endif

fix-svn-eol-style:
svn propset svn:eol-style LF `find testsuite/ Compiler/ | grep "\.mos\?\$$"`
svn propset svn:eol-style LF `find c_runtime/ Compiler/runtime/ | grep "\.[ch]\$$"`
svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ | grep "\.mos\?\$$"`
svn propset svn:eol-style LF `find c_runtime/ Compiler/runtime/ libraries/ | grep "\.[ch]\$$"`
svn propset svn:eol-style LF `find -name Makefile`
svn propset svn:eol-style LF `find -name Makefile.in`

Expand Down

0 comments on commit a5b8be4

Please sign in to comment.