Skip to content

Commit

Permalink
Added targets to handle runtimeCPPinstall dependency on msl-external-…
Browse files Browse the repository at this point in the history
…libs

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19810 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 27, 2014
1 parent e31f3af commit bc1af67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.common
Expand Up @@ -138,6 +138,14 @@ breakprocess:
(cd testsuite/openmodelica/bootstrapping && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc)
(cd testsuite/openmodelica/bootstrapping && cp BreakProcess.exe ../../../$(builddir_bin)/)

all-runtimeCPPinstall:
$(MAKE) msl-external-libs
$(MAKE) all runtimeCPPinstall

omc-and-runtimeCPPinstall:
$(MAKE) msl-external-libs
$(MAKE) omc runtimeCPPinstall

runtimeCPP: msl-external-libs CMinpack
$(MAKE) -C SimulationRuntime/cpp/ -f $(defaultMakefileTarget)

Expand Down

0 comments on commit bc1af67

Please sign in to comment.