File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OMCompiler/Compiler/runtime Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ CXX = @CXX@
3535IDL = @IDLCMD@
3636IDLPYTHON = @IDLPYTHONCMD@
3737CXXFLAGS = @CXXFLAGS@
38- CPPFLAGS = @CPPFLAGS@ -I$(OMC_CONFIG_INC ) -I$(top_builddir ) /SimulationRuntime/c -I$(top_builddir ) /SimulationRuntime/c/simulation/results -I$(top_builddir ) /SimulationRuntime/c/util -I$(top_builddir ) /SimulationRuntime/c/meta -I$(top_builddir ) /SimulationRuntime/c/meta/gc -I. $(CORBAINCL ) $(GCINCLUDE ) -I$(FMIINCLUDE ) -I$(GRAPHINCLUDE ) -I$(CJSONINCLUDE ) -I$(ZMQINCLUDE ) -I"$(TOP_DIR ) /3rdParty/FMIL/ThirdParty/Zlib/ zlib-1.2.6" -I" $( TOP_DIR ) /3rdParty/FMIL/build/zlib/ " -I"$(TOP_DIR ) /3rdParty/libffi/install/include/"
38+ CPPFLAGS = @CPPFLAGS@ -I$(OMC_CONFIG_INC ) -I$(top_builddir ) /SimulationRuntime/c -I$(top_builddir ) /SimulationRuntime/c/simulation/results -I$(top_builddir ) /SimulationRuntime/c/util -I$(top_builddir ) /SimulationRuntime/c/meta -I$(top_builddir ) /SimulationRuntime/c/meta/gc -I. $(CORBAINCL ) $(GCINCLUDE ) -I$(FMIINCLUDE ) -I$(GRAPHINCLUDE ) -I$(CJSONINCLUDE ) -I$(ZMQINCLUDE ) -I"$(TOP_DIR ) /3rdParty/zlib" -I"$(TOP_DIR ) /3rdParty/libffi/install/include/"
3939TRIPLE =@host_short@
4040SHREXT =@SHREXT@
4141RPATH =@RPATH@
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ OMCCORBASRC = omc_communication.o omc_communication_impl.o Corba_omc.o
4949SHELL = /bin/sh
5050CC = gcc
5151CXX = g++
52- override CFLAGS += $(USE_CORBA) $(USE_METIS) -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I$(OMC_CONFIG_INC) -I$(top_builddir)/SimulationRuntime/c -I$(top_builddir)/SimulationRuntime/c/simulation/results -I$(top_builddir)/SimulationRuntime/c/util -I$(top_builddir)/SimulationRuntime/c/meta -I$(top_builddir)/SimulationRuntime/c/meta/gc $(CORBAINCL) $(GCINCLUDE) -I$(FMIINCLUDE) -I$(CJSONINCLUDE) -I$(GRAPHINCLUDE) -I$(SQLITE3INCLUDE) -I$(ZMQINCLUDE) -I"$(TOP_DIR)/3rdParty/FMIL/ThirdParty/Zlib/ zlib-1.2.6" -I"$(TOP_DIR)/3rdParty/FMIL/build/zlib/ " -I"$(TOP_DIR)/3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN
52+ override CFLAGS += $(USE_CORBA) $(USE_METIS) -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I$(OMC_CONFIG_INC) -I$(top_builddir)/SimulationRuntime/c -I$(top_builddir)/SimulationRuntime/c/simulation/results -I$(top_builddir)/SimulationRuntime/c/util -I$(top_builddir)/SimulationRuntime/c/meta -I$(top_builddir)/SimulationRuntime/c/meta/gc $(CORBAINCL) $(GCINCLUDE) -I$(FMIINCLUDE) -I$(CJSONINCLUDE) -I$(GRAPHINCLUDE) -I$(SQLITE3INCLUDE) -I$(ZMQINCLUDE) -I"$(TOP_DIR)/3rdParty/zlib" -I"$(TOP_DIR)/3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN
5353override CXXFLAGS += -std=c++11 $(CFLAGS)
5454
5555include Makefile.common
You can’t perform that action at this time.
0 commit comments