Skip to content

Commit

Permalink
further fix for METIS scheduler
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Dec 17, 2014
1 parent 057f79d commit 8ebe0db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compiler/boot/Makefile.in
Expand Up @@ -7,7 +7,8 @@ CXX=@CXX@
CFLAGS=@CFLAGS@
TOP_DIR=@abs_top_builddir@
OMHOME=@abs_top_builddir@/build
LDFLAGS=-L. -L$(GEN_DIR) -L"$(OMHOME)/lib/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lantlr3 $(CORBALIBS) $(FMILIB) $(GSLIB) @RT_LDFLAGS@ @LIBSOCKET@ @LIBLPSOLVE55@ @OMC_LIBS@ -lexpat

LDFLAGS=-L. -L$(GEN_DIR) -L"$(OMHOME)/lib/omc" -lomparse -lomcruntime -lOpenModelicaRuntimeC -lModelicaExternalC -lantlr3 $(CORBALIBS) $(FMILIB) $(GSLIB) @RT_LDFLAGS@ @LIBSOCKET@ @LIBLPSOLVE55@ @OMC_LIBS@ @GRAPHLIB@ -lexpat
FMILIB = -L$(TOP_DIR)/3rdParty/FMIL/install/lib -lfmilib
GSLIB = -L$(TOP_DIR)/3rdParty/graphstream/gs-netstream/c++/ -lnetstream
CPPFLAGS=-I"$(OMHOME)/include/omc/c" @CPPFLAGS@ -DADD_METARECORD_DEFINITIONS=
Expand All @@ -20,6 +21,7 @@ STATIC=@BOOTSTRAP_STATIC@
BOOTSTRAP_OMC=../../build/bin/omc
defaultMakefileTarget=Makefile


default: all

Makefile: Makefile.in
Expand Down

0 comments on commit 8ebe0db

Please sign in to comment.