Skip to content

Commit

Permalink
Changed compile script to take OPENMODELICAHOME as argument. Needed f…
Browse files Browse the repository at this point in the history
…or applications where OPENMODELICAHOME is not set.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2470 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Aug 18, 2006
1 parent 0261fe9 commit d6206d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/scripts/Compile.bat
@@ -1,6 +1,7 @@
@echo off
set GCC_EXEC_PREFIX=
set OLDPATH=%PATH%
set OPENMODELICAHOME=%2
pushd "%OPENMODELICAHOME%\MinGW\bin"
set PATH=%CD%;%PATH%
popd
Expand Down

0 comments on commit d6206d1

Please sign in to comment.