This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ $(builddir_share)/omc/omc_communication.idl: Compiler/runtime/omc_communication.
107107 cp -a "$<" "$@"
108108idl: $(builddir_share)/omc/omc_communication.idl
109109
110- interactive-common: .testvariables boehm-gc idl ModelicaExternalC antlr-copy $(MINGW_EXTRA_LIBS)
110+ interactive-common: .testvariables boehm-gc idl ModelicaExternalC antlr-copy $(MINGW_EXTRA_LIBS) OMSI
111111
112112interactive-short: .testvariables interactive-common
113113 $(MAKE) -C SimulationRuntime/c -f $(defaultMakefileTarget) bootstrap-dependencies OMBUILDDIR=$(OMBUILDDIR)
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ include Makefile.omsi.common
8181settings :
8282
8383ifeq ($(OMENCRYPTION ) ,yes)
84- omc : semla omc-bootstrapped OMSI
84+ omc : semla omc-bootstrapped
8585else
86- omc : omc-bootstrapped OMSI
86+ omc : omc-bootstrapped
8787endif
8888
8989boehm-gc-lib : @LIBGC@
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ OMSI-clean: OMSIBaseClean
2929# Rules for OMSIBase library
3030#############################
3131
32- OMSIBase: sundials
32+ OMSIBase: sundials fmil
3333 cd SimulationRuntime/OMSI; \
3434 $(foreach PLATFORM, $(PLATFORMS), \
3535 mkdir -p Build_$(PLATFORM); \
You can’t perform that action at this time.
0 commit comments