Skip to content

Commit

Permalink
redirected the stderr and stdout to <fileprefix>.log
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Nov 28, 2005
1 parent 42dd808 commit b5f6c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/Compile.bat
Expand Up @@ -4,7 +4,7 @@ set OLDPATH=%PATH%
pushd "%OPENMODELICAHOME%\MinGW\bin"
set PATH=%CD%
popd
mingw32-make -f %1.makefile >nul
mingw32-make -f %1.makefile 2>&1 >%1.log
set RESULT=%ERRORLEVEL%
set PATH=%OLDPATH%
rem exit %RESULT%

0 comments on commit b5f6c2a

Please sign in to comment.