Skip to content

Commit

Permalink
* fix include path when building with mico 2.3.12
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Andreas Remar committed Feb 24, 2006
1 parent b645b35 commit b36552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/Makefile.in
Expand Up @@ -31,7 +31,7 @@ endif
SHELL = /bin/sh
CC = gcc
IDL = idl
CFLAGS += -I$(RMLINCLUDE) -I../../c_runtime -I../ $(CORBAINCL)
CFLAGS += -I$(RMLINCLUDE) -I../../c_runtime -I../ -I. $(CORBAINCL)
CXXFLAGS = $(CFLAGS)
SRC = rtopts.c socketimpl.c printimpl.c systemimpl.c settingsimpl.c
CPPSRC = ptolemyio.cpp daeext.cpp ErrorMessage.cpp errorext.cpp $(CORBASRC)
Expand Down

0 comments on commit b36552f

Please sign in to comment.