Skip to content

Commit

Permalink
Updated to the new simulation scheme
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1540 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Feb 25, 2005
1 parent 02d1ad5 commit a762053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 1 addition & 3 deletions modeq/scripts/Compile
@@ -1,3 +1 @@
cd ${MOSHHOME}/../ModSimPack/Simulator
export TARGET=$1
make -f Makefile.cygwin
make -f $1
9 changes: 7 additions & 2 deletions modeq/scripts/Compile.bat
@@ -1,3 +1,8 @@
@echo off
cd "%MOSHHOME%\..\ModSimPack\Simulator"
g++ -o %1 CModelicaSimulator.cpp -I./ ../bin/dasrt.lib ../bin/ddassldassl.lib ../bin/dgesvlapack.lib ../bin/libmat.lib ../bin/libmx.lib
set GCC_EXEC_PREFIX=
set OLDPATH=%PATH%
pushd "%MOSHHOME%\..\MinGW\bin"
set PATH=%CD%
popd
mingw32-make -f %1
set PATH=%OLDPATH%
3 changes: 2 additions & 1 deletion modeq/scripts/doPlot.bat
@@ -1,2 +1,3 @@
@echo off
start ptplot.exe %1
start javaw -classpath "%PTII%" ptolemy.plot.plotml.EditablePlotMLApplication %1

0 comments on commit a762053

Please sign in to comment.