Skip to content

Commit

Permalink
- more linking
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 19, 2014
1 parent 3631fc0 commit f434642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/boot/Makefile.in
Expand Up @@ -7,8 +7,9 @@ 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 -lmodparomc -lOpenModelicaRuntimeC -lModelicaExternalC -lantlr3 -lmsgpackc $(CORBALIBS) $(FMILIB) @RT_LDFLAGS@ @LIBSOCKET@ @LIBLPSOLVE55@ @OMC_LIBS@ -lexpat
LDFLAGS=-L. -L$(GEN_DIR) -L"$(OMHOME)/lib/omc" -lomparse -lomcruntime -lmodparomc -lOpenModelicaRuntimeC -lModelicaExternalC -lantlr3 -lmsgpackc $(CORBALIBS) $(FMILIB) $(GSLIB) @RT_LDFLAGS@ @LIBSOCKET@ @LIBLPSOLVE55@ @OMC_LIBS@ -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" -Iinclude/ -I../../3rdParty/msgpack-0.5.8/src/ @CPPFLAGS@ -DADD_METARECORD_DEFINITIONS=
CORBALIBS=@CORBALIBS@
ULIMIT_CMD=true
Expand Down

0 comments on commit f434642

Please sign in to comment.