Skip to content

Commit

Permalink
- breakprocess section in Makefile.common
Browse files Browse the repository at this point in the history
- step to create BreakProcess.exe

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 12, 2011
1 parent 33d8fa6 commit 8eb97e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile.common
Expand Up @@ -51,6 +51,10 @@ docs: mkbuilddirs omlibrary

fmi:
(cd FMI/import/source; time $(MAKE) -f Makefile.omdev.mingw)

breakprocess:
(cd testsuite/bootstrapping; time g++ BreakProcess.cpp -o BreakProcess -static-libgcc)
(cd testsuite/bootstrapping; cp BreakProcess.exe ../../$(builddir_bin)/)

testfast: test

Expand Down
5 changes: 4 additions & 1 deletion README-OMDev-MINGW.txt
Expand Up @@ -96,7 +96,10 @@ Adrian Pop, adrpo@ida.liu.se, date above.
13. To create the fmigenerator.exe:
- Ctrl+B and type: fmi
Will get you a trunk\build\bin\fmigenerator.exe


14. To create the BreakProcess.exe:
- Ctrl+B and type: breakprocess
Will get you a trunk\build\bin\BreakProcess.exe

***NOTES*** ON PROBLEMS WITH THE ECLIPSE PROJECT/OMDev BUILDER:
---------------------------------------------------------------
Expand Down

0 comments on commit 8eb97e0

Please sign in to comment.