Skip to content

Commit

Permalink
- add proper dependencies for GraphStreamExt*.c*
Browse files Browse the repository at this point in the history
- import Util, duh

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 19, 2014
1 parent 6542024 commit b5e40d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Compiler/Util/GraphStream.mo
Expand Up @@ -50,6 +50,7 @@ import Values;
protected
import GraphStreamExt;
import System;
import Util;
import Settings;

public function startExternalViewer
Expand Down
4 changes: 2 additions & 2 deletions Compiler/runtime/Makefile.common
Expand Up @@ -93,8 +93,8 @@ FMI_rml.o : FMI_rml.c FMIImpl.c
FMI_omc.o : FMIImpl.c ../OpenModelicaBootstrappingHeader.h
ModelicaExternalC_rml.o : $(SimRuntimeCDir)/../meta/meta_modelica.h
getMemorySize_rml.o: getMemorySize_rml.c getMemorySize.c
GraphStreamExt_rml.o : GraphStreamExt_impl.cpp
GraphStreamExt_omc.o : GraphStreamExt_impl.cpp $(RML_COMPAT)
GraphStreamExt_rml.o : GraphStreamExt_impl.cpp ../Values.h
GraphStreamExt_omc.o : GraphStreamExt_impl.cpp $(RML_COMPAT) ../Values.h

clean:
$(RM) -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-*

0 comments on commit b5e40d0

Please sign in to comment.