diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-31 06:55:28 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-31 06:55:28 +0200 |
commit | 1d4bb88ac1927be040d1900bb2e1b0788e648b44 (patch) | |
tree | 77ee9def3d30d9234ba5d9f1064e656dc2f30e00 /tests/ConnectionHandlerTest | |
parent | cedb1ef9230b87b7f92bbec39970a0fccb49bb56 (diff) | |
download | cmp-1d4bb88ac1927be040d1900bb2e1b0788e648b44.tar.gz cmp-1d4bb88ac1927be040d1900bb2e1b0788e648b44.tar.bz2 |
fixed error in mediainfo-scanner, removed all code::blocks stuff, as it resulted being not reliable
Diffstat (limited to 'tests/ConnectionHandlerTest')
3 files changed, 0 insertions, 73 deletions
diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp b/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp deleted file mode 100644 index 346b0a3..0000000 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.cbp +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="Tests.ConnectionHandlerTest" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug"> - <Option output="bin/Debug/Tests" prefix_auto="1" extension_auto="1" /> - <Option object_output="obj/Debug/" /> - <Option type="1" /> - <Option compiler="gcc" /> - <Compiler> - <Add option="-g" /> - </Compiler> - </Target> - <Target title="Release"> - <Option output="bin/Release/Tests" prefix_auto="1" extension_auto="1" /> - <Option object_output="obj/Release/" /> - <Option type="1" /> - <Option compiler="gcc" /> - <Compiler> - <Add option="-O2" /> - </Compiler> - <Linker> - <Add option="-s" /> - </Linker> - </Target> - </Build> - <Compiler> - <Add option="-Wall" /> - <Add option="-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration" /> - <Add option="-D_REENTRANT" /> - <Add option="-D_GNU_SOURCE=1" /> - <Add directory="../../cmps/serverlib/include" /> - <Add directory="../../libs/mediaScan/include" /> - <Add directory="../../libs/networking/include" /> - <Add directory="../../libs/IO/include" /> - <Add directory="../../libs/util/include" /> - <Add directory="../../libs/vdr/include" /> - </Compiler> - <Linker> - <Add library="../../cmps/serverlib/libserverlib.a" /> - <Add library="../../libs/mediaScan/libmediaScan.a" /> - <Add library="../../libs/networking/libnetworking.a" /> - <Add library="../../libs/IO/libIO.a" /> - <Add library="../../libs/util/libutil.a" /> - <Add library="../../libs/vdr/libvdr.a" /> - <Add library="ssl" /> - <Add library="pthread" /> - <Add library="rt" /> - <Add library="pcrecpp" /> - </Linker> - <Unit filename="ConnectionHandlerTest.cc" /> - <Extensions> - <code_completion /> - <envvars /> - <lib_finder disable_auto="1" /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.depend b/tests/ConnectionHandlerTest/ConnectionHandlerTest.depend deleted file mode 100644 index c4ac310..0000000 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.depend +++ /dev/null @@ -1 +0,0 @@ -# depslib dependency file v1.0 diff --git a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout b/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout deleted file mode 100644 index b559e7b..0000000 --- a/tests/ConnectionHandlerTest/ConnectionHandlerTest.layout +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_layout_file> - <ActiveTarget name="Debug" /> - <File name="ConnectionHandlerTest.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> - <Cursor> - <Cursor1 position="156" topLine="15" /> - </Cursor> - </File> -</CodeBlocks_layout_file> |