Skip to content

Commit

Permalink
Moved directory modeq to Compiler. Updated references to the modeq di…
Browse files Browse the repository at this point in the history
…rectory so that they refer to Compiler/ instead

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1784 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed May 12, 2005
1 parent e989555 commit 4df4e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mosh/build/Makefile.single
Expand Up @@ -5,7 +5,7 @@
# >make -f Makefile.single TARGET=algorithm_for1
#

MODEQ=$(MOSHHOME)/../modeq/modeq
MODEQ=$(MOSHHOME)/../Compiler/modeq
CC=gcc

CRTHOME=$(MOSHHOME)/../c_runtime
Expand Down
6 changes: 3 additions & 3 deletions mosh/src/Makefile.in
Expand Up @@ -16,9 +16,9 @@ USE_CORBA = @USE_CORBA@
CORBAHOME = @CORBAHOME@

ifdef USE_CORBA
CORBAIMPL = -I../../modeq/runtime
CORBAOBJS = ../../modeq/runtime/modeq_communication.o \
../../modeq/runtime/modeq_communication_impl.o
CORBAIMPL = -I../../Compiler/runtime
CORBAOBJS = ../../Compiler/runtime/modeq_communication.o \
../../Compiler/runtime/modeq_communication_impl.o
CORBALIB = -L$(CORBAHOME)/lib -lmico -lssl -lcrypto
CORBAINC = -I$(CORBAHOME)/include
else
Expand Down

0 comments on commit 4df4e88

Please sign in to comment.