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 /cmps/serverlib | |
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 'cmps/serverlib')
-rw-r--r-- | cmps/serverlib/.dep.inc | 5 | ||||
-rw-r--r-- | cmps/serverlib/serverlib.cbp | 69 | ||||
-rw-r--r-- | cmps/serverlib/serverlib.depend | 1 | ||||
-rw-r--r-- | cmps/serverlib/serverlib.layout | 24 |
4 files changed, 0 insertions, 99 deletions
diff --git a/cmps/serverlib/.dep.inc b/cmps/serverlib/.dep.inc deleted file mode 100644 index 4560e55..0000000 --- a/cmps/serverlib/.dep.inc +++ /dev/null @@ -1,5 +0,0 @@ -# This code depends on make tool being used -DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) -ifneq (${DEPFILES},) -include ${DEPFILES} -endif diff --git a/cmps/serverlib/serverlib.cbp b/cmps/serverlib/serverlib.cbp deleted file mode 100644 index 106bb33..0000000 --- a/cmps/serverlib/serverlib.cbp +++ /dev/null @@ -1,69 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="CMP.server.lib" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug"> - <Option output="serverlib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="obj/Debug/" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-Wall" /> - <Add option="-g" /> - </Compiler> - </Target> - <Target title="Release"> - <Option output="serverlib" prefix_auto="1" extension_auto="1" /> - <Option working_dir="" /> - <Option object_output="obj/Release/" /> - <Option type="2" /> - <Option compiler="gcc" /> - <Option createDefFile="1" /> - <Compiler> - <Add option="-Wall" /> - <Add option="-O2" /> - </Compiler> - <Linker> - <Add option="-s" /> - </Linker> - </Target> - </Build> - <Compiler> - <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="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> - <Unit filename="include/AbstractMediaRequestHandler.h" /> - <Unit filename="include/CommandHandler.h" /> - <Unit filename="include/HTMLListAssembler.h" /> - <Unit filename="include/HTTPMediaResponse.h" /> - <Unit filename="include/JSonListAssembler.h" /> - <Unit filename="include/MediaFileHandler.h" /> - <Unit filename="include/MediaListHandler.h" /> - <Unit filename="src/AbstractMediaRequestHandler.cc" /> - <Unit filename="src/CommandHandler.cc" /> - <Unit filename="src/HTMLListAssembler.cc" /> - <Unit filename="src/HTTPMediaResponse.cc" /> - <Unit filename="src/JSonListAssembler.cc" /> - <Unit filename="src/MediaFileHandler.cc" /> - <Unit filename="src/MediaListHandler.cc" /> - <Extensions> - <code_completion /> - <envvars /> - <lib_finder disable_auto="1" /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> diff --git a/cmps/serverlib/serverlib.depend b/cmps/serverlib/serverlib.depend deleted file mode 100644 index c4ac310..0000000 --- a/cmps/serverlib/serverlib.depend +++ /dev/null @@ -1 +0,0 @@ -# depslib dependency file v1.0 diff --git a/cmps/serverlib/serverlib.layout b/cmps/serverlib/serverlib.layout deleted file mode 100644 index f494bcc..0000000 --- a/cmps/serverlib/serverlib.layout +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_layout_file> - <ActiveTarget name="Debug" /> - <File name="src/AbstractMediaRequestHandler.cc" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> - <Cursor> - <Cursor1 position="0" topLine="0" /> - </Cursor> - </File> - <File name="src/HTMLListAssembler.cc" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> - <Cursor> - <Cursor1 position="0" topLine="0" /> - </Cursor> - </File> - <File name="src/JSonListAssembler.cc" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> - <Cursor> - <Cursor1 position="1183" topLine="0" /> - </Cursor> - </File> - <File name="src/MediaListHandler.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> - <Cursor> - <Cursor1 position="1040" topLine="0" /> - </Cursor> - </File> -</CodeBlocks_layout_file> |