Skip to content

Commit

Permalink
Removed cacheimpl
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 28, 2004
1 parent a42b6bc commit 5c6cde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modeq/Makefile.in
Expand Up @@ -37,7 +37,7 @@ LDFLAGS = -L$(RMLHOME)/lib/plain $(ANTLR_LIBP) -lrml -lm -lantlr $(LIBSOCKET) \
PROG = modeq
AST = absyn_builder/absyn_builder.a
RTOBJ = runtime/systemimpl.o ../c_runtime/libc_runtime.a runtime/rtopts.o runtime/socketimpl.o \
runtime/printimpl.o runtime/cacheimpl.o runtime/ptolemyio.o runtime/daeext.o $(CORBAOBJ) \
runtime/printimpl.o runtime/ptolemyio.o runtime/daeext.o $(CORBAOBJ) \
modpar/libmodpar.a

SRCRML= absyn.rml \
Expand Down
2 changes: 1 addition & 1 deletion modeq/runtime/Makefile.in
Expand Up @@ -27,7 +27,7 @@ IDL = idl
CFLAGS += -I$(RMLINCLUDE) -I../../c_runtime $(CORBAINCL)
CXXFLAGS = $(CFLAGS)
SRC = rtopts.c socketimpl.c printimpl.c systemimpl.c
CPPSRC = cacheimpl.cpp ptolemyio.cpp daeext.cpp $(CORBASRC)
CPPSRC = ptolemyio.cpp daeext.cpp $(CORBASRC)
OBJ = $(SRC:.c=.o) $(CPPSRC:.cpp=.o) $(CPPSRC:.cc=.o)

all: $(OBJ)
Expand Down

0 comments on commit 5c6cde9

Please sign in to comment.