Skip to content

Commit

Permalink
Changed name of mingw runtime lib
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1539 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Feb 25, 2005
1 parent 9f11944 commit 02d1ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/winruntime/systemimpl.c
Expand Up @@ -70,10 +70,10 @@ void System_5finit(void)
char* mingwpath;
set_cc("gcc");
if (getenv("MODELICAUSERCFLAGS") != NULL) {
set_cflags("-I%MOSHHOME%\\..\\c_runtime -L%MOSHHOME%\\..\\modeq\\win -lc_runtime_mingw %MODELICAUSERCFLAGS%");
set_cflags("-I%MOSHHOME%\\..\\c_runtime -L%MOSHHOME%\\..\\c_runtime -lc_runtime %MODELICAUSERCFLAGS%");
}
else {
set_cflags("-I%MOSHHOME%\\..\\c_runtime -L%MOSHHOME%\\..\\modeq\\win -lc_runtime_mingw");
set_cflags("-I%MOSHHOME%\\..\\c_runtime -L%MOSHHOME%\\..\\c_runtime -lc_runtime");
}
path = getenv("PATH");
moshhome = getenv("MOSHHOME");
Expand Down

0 comments on commit 02d1ad5

Please sign in to comment.