Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1594 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Mar 21, 2005
1 parent 85c1ea9 commit 513888f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions c_runtime/build_mingw_libs.bat
@@ -0,0 +1,17 @@
@echo off

rem Use this script to build MinGW versions of the runtime libs
rem MOSHHOME must be set in order to find the mingw compilers which
rem are assumed to be in #MOSHHOME%\..\MinGW\bin

set OLDPATH=%PATH%
pushd "%MOSHHOME%\..\MinGW\bin"
set PATH=%CD%
popd
del ..\mosh\src\options.o *.o *.a
pushd ..\mosh\src
g++ -O3 -c options.cpp
popd
mingw32-make
del ..\mosh\src\options.o *.o
set PATH=%OLDPATH%

0 comments on commit 513888f

Please sign in to comment.