Skip to content

Commit

Permalink
Fixed so PATH is extended, not reset by Compile.bat
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2372 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed May 12, 2006
1 parent db398d4 commit c041dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/Compile.bat
Expand Up @@ -2,7 +2,7 @@
set GCC_EXEC_PREFIX=
set OLDPATH=%PATH%
pushd "%OPENMODELICAHOME%\MinGW\bin"
set PATH=%CD%
set PATH=%CD%;%PATH%
popd
mingw32-make -f %1.makefile >%1.log 2<&1
set RESULT=%ERRORLEVEL%
Expand Down

0 comments on commit c041dbf

Please sign in to comment.