diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-04 11:10:44 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-04 11:10:44 +0200 |
commit | e8175c7b23047fefd52f85afe05e2864b2a9bba8 (patch) | |
tree | 8dab4e287545805d173a6c8e297c1798a1a01599 /cmps/nbproject/configurations.xml | |
parent | c7d67f443bdfe842c2e356d4edbe345338e3e08d (diff) | |
download | cmp-e8175c7b23047fefd52f85afe05e2864b2a9bba8.tar.gz cmp-e8175c7b23047fefd52f85afe05e2864b2a9bba8.tar.bz2 |
created new icons to enable visual feedback on mediatype selection, changed json-parser and enabled virtual mediatype usage
Diffstat (limited to 'cmps/nbproject/configurations.xml')
-rw-r--r-- | cmps/nbproject/configurations.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmps/nbproject/configurations.xml b/cmps/nbproject/configurations.xml index de3675f..d2880dd 100644 --- a/cmps/nbproject/configurations.xml +++ b/cmps/nbproject/configurations.xml @@ -18,6 +18,12 @@ displayName="Test Files" projectFiles="false" kind="TEST_LOGICAL_FOLDER"> + <logicalFolder name="f8" + displayName="BaseScanTest" + projectFiles="true" + kind="TEST"> + <itemPath>tests/BaseScanTest.cc</itemPath> + </logicalFolder> <logicalFolder name="f1" displayName="CodecTest" projectFiles="true" @@ -75,6 +81,11 @@ <compilerSet>default</compilerSet> </toolsSet> <compileType> + <cTool> + <incDir> + <pElem>.</pElem> + </incDir> + </cTool> <ccTool> <incDir> <pElem>include</pElem> @@ -84,6 +95,7 @@ <pElem>../libs/IO/include</pElem> <pElem>../libs/util/include</pElem> <pElem>../libs/vdr/include</pElem> + <pElem>.</pElem> </incDir> <commandLine>-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</commandLine> <preprocessorList> |