Skip to content

Commit

Permalink
- update 3.4.5 to 4.4.0 (this might be the problem for the people tha…
Browse files Browse the repository at this point in the history
…t get libgmp-3.dll issues).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 4, 2011
1 parent ff571fc commit 8d937a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/Compile.bat
Expand Up @@ -10,7 +10,7 @@ REM If OMDEV is set, use MinGW from there instead of OPENMODELICAHOME
REM It is not certain that release OMC is installed
if not %OMDEV%a==a set MINGW=%OMDEV%\tools\MinGW
pushd "%MINGW%\bin" >%1.log 2<&1
set PATH=%CD%;%MinGW%\libexec\gcc\mingw32\3.4.5\;%PATH%
set PATH=%CD%;%MinGW%\libexec\gcc\mingw32\4.4.0\;%PATH%
popd
%MinGW%\bin\mingw32-make -f %1.makefile >>%1.log 2<&1
set RESULT=%ERRORLEVEL%
Expand Down

0 comments on commit 8d937a0

Please sign in to comment.