This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ all-runtimeCPPinstall: CMinpack sundials
218218omc-and-runtimeCPPinstall: CMinpack sundials
219219 $(MAKE) omc runtimeCPPinstall OMBUILDDIR=$(OMBUILDDIR)
220220
221- runtimeCPP: CMinpack sundials antlr-copy $(MINGW_EXTRA_LIBS)
221+ runtimeCPP: CMinpack sundials antlr-copy $(MINGW_EXTRA_LIBS) omc
222222 $(MAKE) -C SimulationRuntime/cpp/ -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR)
223223
224224CMAKE_ARGS=$(filter CMAKE_%, $(MAKEFLAGS))
@@ -227,7 +227,7 @@ CMAKE_ARGS=$(filter CMAKE_%, $(MAKEFLAGS))
227227omcCAPIinstall:
228228 $(MAKE) -C SimulationRuntime/cpp/ -f $(defaultMakefileTarget) omcCAPIinstall CC="$(CC)" CXX="$(CXX)" $(CMAKE_ARGS) OMBUILDDIR=$(OMBUILDDIR)
229229
230- runtimeCPPinstall: CMinpack sundials
230+ runtimeCPPinstall: runtimeCPP
231231 $(MAKE) -C SimulationRuntime/cpp/ -f $(defaultMakefileTarget) CC="$(CC)" CXX="$(CXX)" install ANALYZATION_MODE="$(ANALYZATION_MODE)" $(CMAKE_ARGS) OMBUILDDIR=$(OMBUILDDIR)
232232 test ! `uname` = Darwin || install_name_tool -id @rpath/cpp/libOMCppCVode.dylib $(OMBUILDDIR)/$(LIB_OMC)/cpp/libOMCppCVode.dylib
233233 test ! `uname` = Darwin || install_name_tool -id @rpath/cpp/libOMCppDataExchange.dylib $(OMBUILDDIR)/$(LIB_OMC)/cpp/libOMCppDataExchange.dylib
You can’t perform that action at this time.
0 commit comments