From d3be5479f0a3eee76ab8b98b1c6488b3cf5e50a5 Mon Sep 17 00:00:00 2001 From: methodus Date: Wed, 3 Oct 2012 22:34:14 +0200 Subject: Splitted tools.h into several tool headers to avoid clashed for example when only requiring string tools but not ixml tools. --- tests/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 41b056a..c8e6192 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,3 +1,6 @@ -tests: test_parser.cpp ../common/parser.cpp - g++ -o test_parser test_parser.cpp ../common/parser.cpp -I../include -I/usr/include -I/usr/local/include \ No newline at end of file +parser: test_parser.cpp ../common/parser.cpp + g++ -o test_parser test_parser.cpp ../common/parser.cpp -g -I../include -I/usr/include -I/usr/local/include + +dllloader: dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp + g++ -o test_dllloader dll_loader.cpp ../media/pluginManager.cpp ../common/tools.cpp -g -ldl -Wl,--export-dynamic -I../include -I/usr/include -I/usr/local/include \ No newline at end of file -- cgit v1.2.3