Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Update file paths
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2324
  - #903
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Mar 28, 2018
1 parent 019bec7 commit 8126e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmodelica/bootstrapping/LoadCompilerSources.mos
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if true then /* Suppress output */
prefixPath + "FrontEnd/NFEnvExtends.mo",
prefixPath + "FrontEnd/NFInstPrefix.mo",
prefixPath + "FrontEnd/NFInstTypes.mo",
prefixPath + "FrontEnd/NFInstUtil.mo",
prefixPath + "FrontEnd/NFSCodeCheck.mo",
prefixPath + "FrontEnd/NFSCodeDependency.mo",
prefixPath + "FrontEnd/NFSCodeEnv.mo",
Expand Down Expand Up @@ -102,7 +103,6 @@ if true then /* Suppress output */
prefixPath + "NFFrontEnd/NFHashTableUnitToString.mo",
prefixPath + "NFFrontEnd/NFInst.mo",
prefixPath + "NFFrontEnd/NFInstNode.mo",
prefixPath + "NFFrontEnd/NFInstUtil.mo",
prefixPath + "NFFrontEnd/NFLookup.mo",
prefixPath + "NFFrontEnd/NFLookupState.mo",
prefixPath + "NFFrontEnd/NFModifier.mo",
Expand Down

0 comments on commit 8126e50

Please sign in to comment.