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 /libs/networking/networking.cbp | |
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 'libs/networking/networking.cbp')
-rw-r--r-- | libs/networking/networking.cbp | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/libs/networking/networking.cbp b/libs/networking/networking.cbp deleted file mode 100644 index 9fbdf1b..0000000 --- a/libs/networking/networking.cbp +++ /dev/null @@ -1,87 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="CMP.libs.networking" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug"> - <Option output="networking" 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="networking" 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="../vdr/include" /> - <Add directory="../util/include" /> - <Add directory="../IO/include" /> - <Add directory="include" /> - </Compiler> - <Unit filename="include/AbstractSocket.h" /> - <Unit filename="include/Authorization.h" /> - <Unit filename="include/ClientSocket.h" /> - <Unit filename="include/ConnectionHandler.h" /> - <Unit filename="include/ConnectionPoint.h" /> - <Unit filename="include/Credentials.h" /> - <Unit filename="include/HTTPAuthorizationRequest.h" /> - <Unit filename="include/HTTPFileResponse.h" /> - <Unit filename="include/HTTPMessage.h" /> - <Unit filename="include/HTTPRequest.h" /> - <Unit filename="include/HTTPRequestHandler.h" /> - <Unit filename="include/HTTPResponse.h" /> - <Unit filename="include/HTTPServer.h" /> - <Unit filename="include/HTTPStatus.h" /> - <Unit filename="include/Principal.h" /> - <Unit filename="include/ServerConfig.h" /> - <Unit filename="include/ServerSocket.h" /> - <Unit filename="src/AbstractSocket.cc" /> - <Unit filename="src/Authorization.cc" /> - <Unit filename="src/ClientSocket.cc" /> - <Unit filename="src/ConnectionHandler.cc" /> - <Unit filename="src/ConnectionPoint.cc" /> - <Unit filename="src/Credentials.cc" /> - <Unit filename="src/HTTPAuthorizationRequest.cc" /> - <Unit filename="src/HTTPFileResponse.cc" /> - <Unit filename="src/HTTPMessage.cc" /> - <Unit filename="src/HTTPRequest.cc" /> - <Unit filename="src/HTTPRequestHandler.cc" /> - <Unit filename="src/HTTPResponse.cc" /> - <Unit filename="src/HTTPServer.cc" /> - <Unit filename="src/HTTPStatus.cc" /> - <Unit filename="src/Principal.cc" /> - <Unit filename="src/ServerConfig.cc" /> - <Unit filename="src/ServerSocket.cc" /> - <Extensions> - <code_completion /> - <envvars /> - <lib_finder disable_auto="1" /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> |