Skip to content

Commit

Permalink
Add the new Mutable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed May 2, 2017
1 parent c3c036f commit df74862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmodelica/bootstrapping/LoadCompilerSources.mos
Expand Up @@ -270,6 +270,8 @@ if true then /* Suppress output */
prefixPath + "Util/Lapack.mo",
prefixPath + "Util/List.mo",
prefixPath + "Util/ModelicaExternalC.mo",
prefixPath + "Util/Mutable.mo",
prefixPath + "Util/Pointer.mo",
prefixPath + "Util/Print.mo",
prefixPath + "Util/PriorityQueue.mo",
prefixPath + "Util/Settings.mo",
Expand Down
1 change: 1 addition & 0 deletions openmodelica/bootstrapping/UtilTest.mos
Expand Up @@ -13,6 +13,7 @@ loadFiles({
prefixPath + "Error.mo",
prefixPath + "Util.mo",
prefixPath + "List.mo",
prefixPath + "Mutable.mo",
prefixPath + "System.mo",
prefixPath + "StringUtil.mo",
"UtilTest.mo"
Expand Down

0 comments on commit df74862

Please sign in to comment.