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/util/util.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/util/util.cbp')
-rw-r--r-- | libs/util/util.cbp | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/libs/util/util.cbp b/libs/util/util.cbp deleted file mode 100644 index ae72cf4..0000000 --- a/libs/util/util.cbp +++ /dev/null @@ -1,71 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> -<CodeBlocks_project_file> - <FileVersion major="1" minor="6" /> - <Project> - <Option title="CMP.libs.util" /> - <Option pch_mode="2" /> - <Option compiler="gcc" /> - <Build> - <Target title="Debug"> - <Option output="util" 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="util" 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="include" /> - </Compiler> - <Unit filename="include/AbstractListAssembler.h" /> - <Unit filename="include/Codec.h" /> - <Unit filename="include/JSonWriter.h" /> - <Unit filename="include/MD5Calculator.h" /> - <Unit filename="include/ManagedMap.h" /> - <Unit filename="include/ManagedVector.h" /> - <Unit filename="include/NamedValue.h" /> - <Unit filename="include/StringBuilder.h" /> - <Unit filename="include/Url.h" /> - <Unit filename="include/util.h" /> - <Unit filename="src/AbstractListAssembler.cc" /> - <Unit filename="src/Codec.cc" /> - <Unit filename="src/JSonWriter.cc" /> - <Unit filename="src/MD5Calculator.cc" /> - <Unit filename="src/ManagedMap.cc" /> - <Unit filename="src/ManagedVector.cc" /> - <Unit filename="src/NamedValue.cc" /> - <Unit filename="src/StringBuilder.cc" /> - <Unit filename="src/Url.cc" /> - <Unit filename="src/util.cc" /> - <Extensions> - <code_completion /> - <envvars /> - <lib_finder disable_auto="1" /> - <debugger /> - </Extensions> - </Project> -</CodeBlocks_project_file> |