|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
| 2 | +<CodeBlocks_project_file> |
| 3 | + <FileVersion major="1" minor="6" /> |
| 4 | + <Project> |
| 5 | + <Option title="UnitTest++" /> |
| 6 | + <Option pch_mode="2" /> |
| 7 | + <Option default_target="Debug(linux)" /> |
| 8 | + <Option compiler="gcc" /> |
| 9 | + <Build> |
| 10 | + <Target title="Debug"> |
| 11 | + <Option platforms="Windows;" /> |
| 12 | + <Option output="./lib/Debug/libUnitTest++.a" prefix_auto="0" extension_auto="0" /> |
| 13 | + <Option working_dir="" /> |
| 14 | + <Option object_output="./obj/Debug/" /> |
| 15 | + <Option type="2" /> |
| 16 | + <Option compiler="gcc" /> |
| 17 | + <Option createDefFile="1" /> |
| 18 | + <Compiler> |
| 19 | + <Add option="-Winit-self" /> |
| 20 | + <Add option="-Wredundant-decls" /> |
| 21 | + <Add option="-Wcast-align" /> |
| 22 | + <Add option="-Wundef" /> |
| 23 | + <Add option="-Wfloat-equal" /> |
| 24 | + <Add option="-Wmissing-declarations" /> |
| 25 | + <Add option="-Wmissing-include-dirs" /> |
| 26 | + <Add option="-Wswitch-enum" /> |
| 27 | + <Add option="-Wswitch-default" /> |
| 28 | + <Add option="-Wmain" /> |
| 29 | + <Add option="-pedantic" /> |
| 30 | + <Add option="-std=c++0x" /> |
| 31 | + <Add option="-Wextra" /> |
| 32 | + <Add option="-Wall" /> |
| 33 | + <Add option="-g" /> |
| 34 | + </Compiler> |
| 35 | + </Target> |
| 36 | + <Target title="Release"> |
| 37 | + <Option platforms="Windows;" /> |
| 38 | + <Option output="./lib/Release/libUnitTest++.a" prefix_auto="0" extension_auto="0" /> |
| 39 | + <Option working_dir="" /> |
| 40 | + <Option object_output="./obj/Release/" /> |
| 41 | + <Option type="2" /> |
| 42 | + <Option compiler="gcc" /> |
| 43 | + <Option createDefFile="1" /> |
| 44 | + <Compiler> |
| 45 | + <Add option="-O2" /> |
| 46 | + <Add option="-Winit-self" /> |
| 47 | + <Add option="-Wredundant-decls" /> |
| 48 | + <Add option="-Wcast-align" /> |
| 49 | + <Add option="-Wundef" /> |
| 50 | + <Add option="-Wfloat-equal" /> |
| 51 | + <Add option="-Wmissing-declarations" /> |
| 52 | + <Add option="-Wmissing-include-dirs" /> |
| 53 | + <Add option="-Wswitch-enum" /> |
| 54 | + <Add option="-Wswitch-default" /> |
| 55 | + <Add option="-Wmain" /> |
| 56 | + <Add option="-pedantic" /> |
| 57 | + <Add option="-std=c++0x" /> |
| 58 | + <Add option="-Wextra" /> |
| 59 | + <Add option="-Wall" /> |
| 60 | + </Compiler> |
| 61 | + <Linker> |
| 62 | + <Add option="-s" /> |
| 63 | + </Linker> |
| 64 | + </Target> |
| 65 | + <Target title="Debug(linux)"> |
| 66 | + <Option platforms="Unix;Mac;" /> |
| 67 | + <Option output="./lib/Debug/libUnitTest++.a" prefix_auto="0" extension_auto="0" /> |
| 68 | + <Option working_dir="" /> |
| 69 | + <Option object_output="./obj/Debug/" /> |
| 70 | + <Option type="2" /> |
| 71 | + <Option compiler="gcc" /> |
| 72 | + <Option createDefFile="1" /> |
| 73 | + <Compiler> |
| 74 | + <Add option="-Winit-self" /> |
| 75 | + <Add option="-Wredundant-decls" /> |
| 76 | + <Add option="-Wcast-align" /> |
| 77 | + <Add option="-Wundef" /> |
| 78 | + <Add option="-Wfloat-equal" /> |
| 79 | + <Add option="-Wmissing-declarations" /> |
| 80 | + <Add option="-Wmissing-include-dirs" /> |
| 81 | + <Add option="-Wswitch-enum" /> |
| 82 | + <Add option="-Wswitch-default" /> |
| 83 | + <Add option="-Wmain" /> |
| 84 | + <Add option="-pedantic" /> |
| 85 | + <Add option="-Wextra" /> |
| 86 | + <Add option="-Wall" /> |
| 87 | + <Add option="-std=c++0x" /> |
| 88 | + <Add option="-g" /> |
| 89 | + </Compiler> |
| 90 | + </Target> |
| 91 | + <Target title="Release(linux)"> |
| 92 | + <Option platforms="Unix;Mac;" /> |
| 93 | + <Option output="./lib/Release/libUnitTest++.a" prefix_auto="0" extension_auto="0" /> |
| 94 | + <Option working_dir="" /> |
| 95 | + <Option object_output="./obj/Release/" /> |
| 96 | + <Option type="2" /> |
| 97 | + <Option compiler="gcc" /> |
| 98 | + <Option createDefFile="1" /> |
| 99 | + <Compiler> |
| 100 | + <Add option="-O2" /> |
| 101 | + <Add option="-Winit-self" /> |
| 102 | + <Add option="-Wredundant-decls" /> |
| 103 | + <Add option="-Wcast-align" /> |
| 104 | + <Add option="-Wundef" /> |
| 105 | + <Add option="-Wfloat-equal" /> |
| 106 | + <Add option="-Wmissing-declarations" /> |
| 107 | + <Add option="-Wmissing-include-dirs" /> |
| 108 | + <Add option="-Wswitch-enum" /> |
| 109 | + <Add option="-Wswitch-default" /> |
| 110 | + <Add option="-Wmain" /> |
| 111 | + <Add option="-pedantic" /> |
| 112 | + <Add option="-std=c++0x" /> |
| 113 | + <Add option="-Wextra" /> |
| 114 | + <Add option="-Wall" /> |
| 115 | + </Compiler> |
| 116 | + <Linker> |
| 117 | + <Add option="-s" /> |
| 118 | + </Linker> |
| 119 | + </Target> |
| 120 | + </Build> |
| 121 | + <VirtualTargets> |
| 122 | + <Add alias="All" targets="Debug;Release;Debug(linux);Release(linux);" /> |
| 123 | + </VirtualTargets> |
| 124 | + <Compiler> |
| 125 | + <Add option="-fPIC" /> |
| 126 | + </Compiler> |
| 127 | + <Unit filename="UnitTest++/src/AssertException.cpp" /> |
| 128 | + <Unit filename="UnitTest++/src/AssertException.h" /> |
| 129 | + <Unit filename="UnitTest++/src/CheckMacros.h" /> |
| 130 | + <Unit filename="UnitTest++/src/Checks.cpp" /> |
| 131 | + <Unit filename="UnitTest++/src/Checks.h" /> |
| 132 | + <Unit filename="UnitTest++/src/Config.h" /> |
| 133 | + <Unit filename="UnitTest++/src/CurrentTest.cpp" /> |
| 134 | + <Unit filename="UnitTest++/src/CurrentTest.h" /> |
| 135 | + <Unit filename="UnitTest++/src/DeferredTestReporter.cpp" /> |
| 136 | + <Unit filename="UnitTest++/src/DeferredTestReporter.h" /> |
| 137 | + <Unit filename="UnitTest++/src/DeferredTestResult.cpp" /> |
| 138 | + <Unit filename="UnitTest++/src/DeferredTestResult.h" /> |
| 139 | + <Unit filename="UnitTest++/src/ExecuteTest.h" /> |
| 140 | + <Unit filename="UnitTest++/src/MemoryOutStream.cpp" /> |
| 141 | + <Unit filename="UnitTest++/src/MemoryOutStream.h" /> |
| 142 | + <Unit filename="UnitTest++/src/Posix/SignalTranslator.cpp"> |
| 143 | + <Option target="Debug(linux)" /> |
| 144 | + <Option target="Release(linux)" /> |
| 145 | + </Unit> |
| 146 | + <Unit filename="UnitTest++/src/Posix/SignalTranslator.h"> |
| 147 | + <Option target="Debug(linux)" /> |
| 148 | + <Option target="Release(linux)" /> |
| 149 | + </Unit> |
| 150 | + <Unit filename="UnitTest++/src/Posix/TimeHelpers.cpp"> |
| 151 | + <Option target="Debug(linux)" /> |
| 152 | + <Option target="Release(linux)" /> |
| 153 | + </Unit> |
| 154 | + <Unit filename="UnitTest++/src/Posix/TimeHelpers.h"> |
| 155 | + <Option target="Debug(linux)" /> |
| 156 | + <Option target="Release(linux)" /> |
| 157 | + </Unit> |
| 158 | + <Unit filename="UnitTest++/src/ReportAssert.cpp" /> |
| 159 | + <Unit filename="UnitTest++/src/ReportAssert.h" /> |
| 160 | + <Unit filename="UnitTest++/src/Test.cpp" /> |
| 161 | + <Unit filename="UnitTest++/src/Test.h" /> |
| 162 | + <Unit filename="UnitTest++/src/TestDetails.cpp" /> |
| 163 | + <Unit filename="UnitTest++/src/TestDetails.h" /> |
| 164 | + <Unit filename="UnitTest++/src/TestList.cpp" /> |
| 165 | + <Unit filename="UnitTest++/src/TestList.h" /> |
| 166 | + <Unit filename="UnitTest++/src/TestMacros.h" /> |
| 167 | + <Unit filename="UnitTest++/src/TestReporter.cpp" /> |
| 168 | + <Unit filename="UnitTest++/src/TestReporter.h" /> |
| 169 | + <Unit filename="UnitTest++/src/TestReporterStdout.cpp" /> |
| 170 | + <Unit filename="UnitTest++/src/TestReporterStdout.h" /> |
| 171 | + <Unit filename="UnitTest++/src/TestResults.cpp" /> |
| 172 | + <Unit filename="UnitTest++/src/TestResults.h" /> |
| 173 | + <Unit filename="UnitTest++/src/TestRunner.cpp" /> |
| 174 | + <Unit filename="UnitTest++/src/TestRunner.h" /> |
| 175 | + <Unit filename="UnitTest++/src/TestSuite.h" /> |
| 176 | + <Unit filename="UnitTest++/src/TimeConstraint.cpp" /> |
| 177 | + <Unit filename="UnitTest++/src/TimeConstraint.h" /> |
| 178 | + <Unit filename="UnitTest++/src/TimeHelpers.h" /> |
| 179 | + <Unit filename="UnitTest++/src/UnitTest++.h" /> |
| 180 | + <Unit filename="UnitTest++/src/Win32/TimeHelpers.cpp"> |
| 181 | + <Option target="Debug" /> |
| 182 | + <Option target="Release" /> |
| 183 | + </Unit> |
| 184 | + <Unit filename="UnitTest++/src/Win32/TimeHelpers.h"> |
| 185 | + <Option target="Debug" /> |
| 186 | + <Option target="Release" /> |
| 187 | + </Unit> |
| 188 | + <Unit filename="UnitTest++/src/XmlTestReporter.cpp" /> |
| 189 | + <Unit filename="UnitTest++/src/XmlTestReporter.h" /> |
| 190 | + <Extensions> |
| 191 | + <envvars /> |
| 192 | + <code_completion /> |
| 193 | + <debugger /> |
| 194 | + </Extensions> |
| 195 | + </Project> |
| 196 | +</CodeBlocks_project_file> |
0 commit comments