Files
haiku-beta6/src/apps/debuganalyzer/gui/chart/Jamfile
T
Ithamar R. Adema b9e8ec7bc0 debugger/debuganalyzer: Remove the explicit -Werror from Jamfile
Specifying -Werror in the Jamfiles directly prevents the build
system from disabling error-on-warning for some arch specific
warnings (or even globally), breaking the ARM build.

The "src/apps" directory is already setup to compile with -Werror
by the build system anyway, so remove the explicit setting here.
2013-09-17 14:40:24 +02:00

22 lines
450 B
Plaintext

SubDir HAIKU_TOP src apps debuganalyzer gui chart ;
UsePrivateHeaders shared ;
UseHeaders $(HAIKU_DEBUG_ANALYZER_HEADERS) ;
MergeObject DebugAnalyzer_gui_chart.o
:
BigtimeChartAxisLegendSource.cpp
Chart.cpp
ChartAxis.cpp
ChartAxisLegendSource.cpp
ChartDataSource.cpp
ChartLegend.cpp
ChartRenderer.cpp
DefaultChartAxisLegendSource.cpp
LegendChartAxis.cpp
LineChartRenderer.cpp
NanotimeChartAxisLegendSource.cpp
StringChartLegend.cpp
;