Skip to content
Snippets Groups Projects
Commit f4c26fa1 authored by Armin Luntzer's avatar Armin Luntzer
Browse files

SIM: re-enable build on non-Windows architectures

parent e14f802f
Branches
No related tags found
No related merge requests found
...@@ -27,21 +27,21 @@ endif ...@@ -27,21 +27,21 @@ endif
if !OS_WINDOWS if !OS_WINDOWS
#plugin_LTLIBRARIES = rt_sim.la plugin_LTLIBRARIES = rt_sim.la
#rt_sim_la_LDFLAGS := -avoid-version rt_sim_la_LDFLAGS := -avoid-version
#rt_sim_la_LDFLAGS += -module rt_sim_la_LDFLAGS += -module
#rt_sim_la_LDFLAGS += -shared rt_sim_la_LDFLAGS += -shared
#rt_sim_la_LDFLAGS += -export-dynamic rt_sim_la_LDFLAGS += -export-dynamic
#
#rt_sim_la_LIBADD := -L$(top_builddir)/src/net/ -lproto rt_sim_la_LIBADD := -L$(top_builddir)/src/net/ -lproto
#rt_sim_la_LIBADD += -L$(top_builddir)/src/util/ -lutil rt_sim_la_LIBADD += -L$(top_builddir)/src/util/ -lutil
#rt_sim_la_LIBADD += $(GMODULE_LIBS) rt_sim_la_LIBADD += $(GMODULE_LIBS)
#rt_sim_la_LIBADD += $(GTHREAD_LIBS) rt_sim_la_LIBADD += $(GTHREAD_LIBS)
#rt_sim_la_LIBADD += $(GLIB_LIBS) rt_sim_la_LIBADD += $(GLIB_LIBS)
#rt_sim_la_LIBADD += $(GTK3_LIBS) rt_sim_la_LIBADD += $(GTK3_LIBS)
#rt_sim_la_LIBADD += $(GIO_LIBS) rt_sim_la_LIBADD += $(GIO_LIBS)
#
#rt_sim_la_SOURCES = rt_sim.c rt_sim_la_SOURCES = rt_sim.c
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment