try to correct mws's fuckup by disabling exceptions again

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@120 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2009-12-26 11:28:12 +00:00
parent d3ad025968
commit 6a69be899d
6 changed files with 6 additions and 21 deletions

View File

@@ -1,9 +1,6 @@
noinst_LIBRARIES = libtuxbox-net.a
#not allowed cppflags for c files - fix your code to re-enable
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS =
AM_CXXFLAGS = -fno-rtti -fno-exceptions
libtuxbox_net_a_SOURCES = libnet.c network_interfaces.cpp

View File

@@ -1,9 +1,6 @@
INCLUDES = -I$(srcdir)/xmltok
#not allowed cppflags for c files - fix your code to re-enable
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS =
AM_CXXFLAGS = -fno-rtti -fno-exceptions
noinst_LIBRARIES = libtuxbox-xmltree.a

View File

@@ -1,7 +1,4 @@
#not allowed cppflags for c files - fix your code to re-enable
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS =
AM_CXXFLAGS = -fno-rtti -fno-exceptions
SUBDIRS = pictureviewer audiodec

View File

@@ -1,7 +1,4 @@
#not allowed cppflags for c files - fix your code to re-enable
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS =
AM_CXXFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_srcdir)/src \

View File

@@ -1,4 +1,4 @@
AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CXXFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_srcdir)/src \

View File

@@ -1,7 +1,4 @@
#not allowed cppflags for c files - fix your code to re-enable
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
AM_CPPFLAGS =
AM_CXXFLAGS = -fno-rtti -fno-exceptions
INCLUDES = \
-I$(top_srcdir)/lib \