Skip to content

Commit

Permalink
- order matters shlwapi needs to be after fmilib
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24917 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 5, 2015
1 parent d168428 commit adae419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -9650,7 +9650,7 @@ algorithm
then ({str},{});

case Absyn.STRING("OpenModelicaFMIRuntimeC")
then (if System.os()=="Windows_NT" then {"-lOpenModelicaFMIRuntimeC","-lshlwapi"} else {"-lOpenModelicaFMIRuntimeC"},{});
then (if System.os()=="Windows_NT" then {"-lOpenModelicaFMIRuntimeC","-lfmilib","-lshlwapi"} else {"-lOpenModelicaFMIRuntimeC"},{});

case Absyn.STRING(str)
equation
Expand Down

0 comments on commit adae419

Please sign in to comment.