Skip to content

Commit

Permalink
- bah, of course the freaking bootstrapped stuff needs to be different.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 19, 2014
1 parent b5e40d0 commit 3631fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Compiler/runtime/GraphStreamExt_omc.cpp
Expand Up @@ -39,7 +39,8 @@
extern "C" {
#include "meta_modelica.h"
#include "rml_compatibility.h"
#include "Values.h"
#define ADD_METARECORD_DEFINITIONS static
#include "OpenModelicaBootstrappingHeader.h"
}

#define UNBOX_OFFSET 1
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 ../Values.h
GraphStreamExt_omc.o : GraphStreamExt_impl.cpp $(RML_COMPAT) ../Values.h
GraphStreamExt_rml.o : ../Values.h GraphStreamExt_impl.cpp
GraphStreamExt_omc.o : ../OpenModelicaBootstrappingHeader.h GraphStreamExt_impl.cpp $(RML_COMPAT)

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

0 comments on commit 3631fc0

Please sign in to comment.