Skip to content

Commit

Permalink
A small error in the compiler.bat file.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Feb 12, 2007
1 parent 44416bb commit caec13e
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 @@
REM Clear all environment variables that may interfere during compile and link phases.
set GCC_EXEC_PREFIX=
set CPLUS_INCLUDE_PATH=
set C_INCLUDE_PATH=D
set C_INCLUDE_PATH=
set LIBRARY_PATH=
set OLD_PATH=%PATH%
pushd "%OPENMODELICAHOME%\MinGW\bin" >%1.log 2<&1
Expand Down

0 comments on commit caec13e

Please sign in to comment.