configurations.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="90">
  3. <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
  4. <logicalFolder name="HeaderFiles"
  5. displayName="Header Files"
  6. projectFiles="true">
  7. </logicalFolder>
  8. <logicalFolder name="ResourceFiles"
  9. displayName="Resource Files"
  10. projectFiles="true">
  11. </logicalFolder>
  12. <logicalFolder name="SourceFiles"
  13. displayName="Source Files"
  14. projectFiles="true">
  15. <logicalFolder name="x86" displayName="x86" projectFiles="true">
  16. <itemPath>../lib/x86/mmxencfrag.c</itemPath>
  17. <itemPath>../lib/x86/mmxfdct.c</itemPath>
  18. <itemPath>../lib/x86/mmxfrag.c</itemPath>
  19. <itemPath>../lib/x86/mmxidct.c</itemPath>
  20. <itemPath>../lib/x86/mmxloop.h</itemPath>
  21. <itemPath>../lib/x86/mmxstate.c</itemPath>
  22. <itemPath>../lib/x86/sse2encfrag.c</itemPath>
  23. <itemPath>../lib/x86/sse2fdct.c</itemPath>
  24. <itemPath>../lib/x86/sse2idct.c</itemPath>
  25. <itemPath>../lib/x86/sse2trans.h</itemPath>
  26. <itemPath>../lib/x86/x86cpu.c</itemPath>
  27. <itemPath>../lib/x86/x86cpu.h</itemPath>
  28. <itemPath>../lib/x86/x86enc.c</itemPath>
  29. <itemPath>../lib/x86/x86enc.h</itemPath>
  30. <itemPath>../lib/x86/x86enquant.c</itemPath>
  31. <itemPath>../lib/x86/x86int.h</itemPath>
  32. <itemPath>../lib/x86/x86state.c</itemPath>
  33. </logicalFolder>
  34. <itemPath>../lib/analyze.c</itemPath>
  35. <itemPath>../lib/apiwrapper.c</itemPath>
  36. <itemPath>../lib/apiwrapper.h</itemPath>
  37. <itemPath>../lib/bitpack.c</itemPath>
  38. <itemPath>../lib/bitpack.h</itemPath>
  39. <itemPath>../lib/dct.h</itemPath>
  40. <itemPath>../lib/decapiwrapper.c</itemPath>
  41. <itemPath>../lib/decinfo.c</itemPath>
  42. <itemPath>../lib/decint.h</itemPath>
  43. <itemPath>../lib/decode.c</itemPath>
  44. <itemPath>../lib/dequant.c</itemPath>
  45. <itemPath>../lib/dequant.h</itemPath>
  46. <itemPath>../lib/encapiwrapper.c</itemPath>
  47. <itemPath>../lib/encfrag.c</itemPath>
  48. <itemPath>../lib/encinfo.c</itemPath>
  49. <itemPath>../lib/encint.h</itemPath>
  50. <itemPath>../lib/encode.c</itemPath>
  51. <itemPath>../lib/enquant.c</itemPath>
  52. <itemPath>../lib/enquant.h</itemPath>
  53. <itemPath>../lib/fdct.c</itemPath>
  54. <itemPath>../lib/fragment.c</itemPath>
  55. <itemPath>../lib/huffdec.c</itemPath>
  56. <itemPath>../lib/huffdec.h</itemPath>
  57. <itemPath>../lib/huffenc.c</itemPath>
  58. <itemPath>../lib/huffenc.h</itemPath>
  59. <itemPath>../lib/huffman.h</itemPath>
  60. <itemPath>../lib/idct.c</itemPath>
  61. <itemPath>../lib/info.c</itemPath>
  62. <itemPath>../lib/internal.c</itemPath>
  63. <itemPath>../lib/internal.h</itemPath>
  64. <itemPath>../lib/mathops.c</itemPath>
  65. <itemPath>../lib/mathops.h</itemPath>
  66. <itemPath>../lib/mcenc.c</itemPath>
  67. <itemPath>../lib/modedec.h</itemPath>
  68. <itemPath>../lib/ocintrin.h</itemPath>
  69. <itemPath>../lib/quant.c</itemPath>
  70. <itemPath>../lib/quant.h</itemPath>
  71. <itemPath>../lib/rate.c</itemPath>
  72. <itemPath>../lib/state.c</itemPath>
  73. <itemPath>../lib/state.h</itemPath>
  74. <itemPath>../lib/tokenize.c</itemPath>
  75. </logicalFolder>
  76. <logicalFolder name="TestFiles"
  77. displayName="Test Files"
  78. projectFiles="false"
  79. kind="TEST_LOGICAL_FOLDER">
  80. </logicalFolder>
  81. <logicalFolder name="ExternalFiles"
  82. displayName="Important Files"
  83. projectFiles="false"
  84. kind="IMPORTANT_FILES_FOLDER">
  85. <itemPath>Makefile</itemPath>
  86. </logicalFolder>
  87. </logicalFolder>
  88. <sourceRootList>
  89. <Elem>../lib</Elem>
  90. </sourceRootList>
  91. <projectmakefile>Makefile</projectmakefile>
  92. <confs>
  93. <conf name="Debug" type="3">
  94. <toolsSet>
  95. <compilerSet>default</compilerSet>
  96. <dependencyChecking>true</dependencyChecking>
  97. <rebuildPropChanged>false</rebuildPropChanged>
  98. </toolsSet>
  99. <compileType>
  100. <cTool>
  101. <incDir>
  102. <pElem>../include</pElem>
  103. <pElem>../../Ogg/include</pElem>
  104. </incDir>
  105. <preprocessorList>
  106. <Elem>OC_X86_64_ASM</Elem>
  107. <Elem>OC_X86_ASM</Elem>
  108. </preprocessorList>
  109. </cTool>
  110. <ccTool>
  111. <incDir>
  112. <pElem>../include</pElem>
  113. <pElem>../../Ogg/include</pElem>
  114. </incDir>
  115. <preprocessorList>
  116. <Elem>OC_X86_64_ASM</Elem>
  117. <Elem>OC_X86_ASM</Elem>
  118. </preprocessorList>
  119. </ccTool>
  120. <archiverTool>
  121. </archiverTool>
  122. </compileType>
  123. <item path="../lib/analyze.c" ex="false" tool="0" flavor2="0">
  124. </item>
  125. <item path="../lib/apiwrapper.c" ex="false" tool="0" flavor2="0">
  126. </item>
  127. <item path="../lib/apiwrapper.h" ex="false" tool="3" flavor2="0">
  128. </item>
  129. <item path="../lib/bitpack.c" ex="false" tool="0" flavor2="0">
  130. </item>
  131. <item path="../lib/bitpack.h" ex="false" tool="3" flavor2="0">
  132. </item>
  133. <item path="../lib/dct.h" ex="false" tool="3" flavor2="0">
  134. </item>
  135. <item path="../lib/decapiwrapper.c" ex="false" tool="0" flavor2="0">
  136. </item>
  137. <item path="../lib/decinfo.c" ex="false" tool="0" flavor2="0">
  138. </item>
  139. <item path="../lib/decint.h" ex="false" tool="3" flavor2="0">
  140. </item>
  141. <item path="../lib/decode.c" ex="false" tool="0" flavor2="0">
  142. </item>
  143. <item path="../lib/dequant.c" ex="false" tool="0" flavor2="0">
  144. </item>
  145. <item path="../lib/dequant.h" ex="false" tool="3" flavor2="0">
  146. </item>
  147. <item path="../lib/encapiwrapper.c" ex="false" tool="0" flavor2="0">
  148. </item>
  149. <item path="../lib/encfrag.c" ex="false" tool="0" flavor2="0">
  150. </item>
  151. <item path="../lib/encinfo.c" ex="false" tool="0" flavor2="0">
  152. </item>
  153. <item path="../lib/encint.h" ex="false" tool="3" flavor2="0">
  154. </item>
  155. <item path="../lib/encode.c" ex="false" tool="0" flavor2="0">
  156. </item>
  157. <item path="../lib/enquant.c" ex="false" tool="0" flavor2="0">
  158. </item>
  159. <item path="../lib/enquant.h" ex="false" tool="3" flavor2="0">
  160. </item>
  161. <item path="../lib/fdct.c" ex="false" tool="0" flavor2="0">
  162. </item>
  163. <item path="../lib/fragment.c" ex="false" tool="0" flavor2="0">
  164. </item>
  165. <item path="../lib/huffdec.c" ex="false" tool="0" flavor2="0">
  166. </item>
  167. <item path="../lib/huffdec.h" ex="false" tool="3" flavor2="0">
  168. </item>
  169. <item path="../lib/huffenc.c" ex="false" tool="0" flavor2="0">
  170. </item>
  171. <item path="../lib/huffenc.h" ex="false" tool="3" flavor2="0">
  172. </item>
  173. <item path="../lib/huffman.h" ex="false" tool="3" flavor2="0">
  174. </item>
  175. <item path="../lib/idct.c" ex="false" tool="0" flavor2="0">
  176. </item>
  177. <item path="../lib/info.c" ex="false" tool="0" flavor2="0">
  178. </item>
  179. <item path="../lib/internal.c" ex="false" tool="0" flavor2="0">
  180. </item>
  181. <item path="../lib/internal.h" ex="false" tool="3" flavor2="0">
  182. </item>
  183. <item path="../lib/mathops.c" ex="false" tool="0" flavor2="0">
  184. </item>
  185. <item path="../lib/mathops.h" ex="false" tool="3" flavor2="0">
  186. </item>
  187. <item path="../lib/mcenc.c" ex="false" tool="0" flavor2="0">
  188. </item>
  189. <item path="../lib/modedec.h" ex="false" tool="3" flavor2="0">
  190. </item>
  191. <item path="../lib/ocintrin.h" ex="false" tool="3" flavor2="0">
  192. </item>
  193. <item path="../lib/quant.c" ex="false" tool="0" flavor2="0">
  194. </item>
  195. <item path="../lib/quant.h" ex="false" tool="3" flavor2="0">
  196. </item>
  197. <item path="../lib/rate.c" ex="false" tool="0" flavor2="0">
  198. </item>
  199. <item path="../lib/state.c" ex="false" tool="0" flavor2="0">
  200. </item>
  201. <item path="../lib/state.h" ex="false" tool="3" flavor2="0">
  202. </item>
  203. <item path="../lib/tokenize.c" ex="false" tool="0" flavor2="0">
  204. </item>
  205. <item path="../lib/x86/mmxencfrag.c" ex="false" tool="0" flavor2="0">
  206. </item>
  207. <item path="../lib/x86/mmxfdct.c" ex="false" tool="0" flavor2="0">
  208. </item>
  209. <item path="../lib/x86/mmxfrag.c" ex="false" tool="0" flavor2="0">
  210. </item>
  211. <item path="../lib/x86/mmxidct.c" ex="false" tool="0" flavor2="0">
  212. </item>
  213. <item path="../lib/x86/mmxloop.h" ex="false" tool="3" flavor2="0">
  214. </item>
  215. <item path="../lib/x86/mmxstate.c" ex="false" tool="0" flavor2="0">
  216. </item>
  217. <item path="../lib/x86/sse2encfrag.c" ex="false" tool="0" flavor2="0">
  218. </item>
  219. <item path="../lib/x86/sse2fdct.c" ex="false" tool="0" flavor2="0">
  220. </item>
  221. <item path="../lib/x86/sse2idct.c" ex="false" tool="0" flavor2="0">
  222. </item>
  223. <item path="../lib/x86/sse2trans.h" ex="false" tool="3" flavor2="0">
  224. </item>
  225. <item path="../lib/x86/x86cpu.c" ex="false" tool="0" flavor2="0">
  226. </item>
  227. <item path="../lib/x86/x86cpu.h" ex="false" tool="3" flavor2="0">
  228. </item>
  229. <item path="../lib/x86/x86enc.c" ex="false" tool="0" flavor2="0">
  230. </item>
  231. <item path="../lib/x86/x86enc.h" ex="false" tool="3" flavor2="0">
  232. </item>
  233. <item path="../lib/x86/x86enquant.c" ex="false" tool="0" flavor2="0">
  234. </item>
  235. <item path="../lib/x86/x86int.h" ex="false" tool="3" flavor2="0">
  236. </item>
  237. <item path="../lib/x86/x86state.c" ex="false" tool="0" flavor2="0">
  238. </item>
  239. </conf>
  240. <conf name="Release" type="3">
  241. <toolsSet>
  242. <compilerSet>default</compilerSet>
  243. <dependencyChecking>true</dependencyChecking>
  244. <rebuildPropChanged>false</rebuildPropChanged>
  245. </toolsSet>
  246. <compileType>
  247. <cTool>
  248. <developmentMode>6</developmentMode>
  249. <stripSymbols>true</stripSymbols>
  250. <architecture>2</architecture>
  251. <incDir>
  252. <pElem>../include</pElem>
  253. <pElem>../../Ogg/include</pElem>
  254. </incDir>
  255. <preprocessorList>
  256. <Elem>OC_X86_64_ASM</Elem>
  257. <Elem>OC_X86_ASM</Elem>
  258. </preprocessorList>
  259. </cTool>
  260. <ccTool>
  261. <developmentMode>5</developmentMode>
  262. <incDir>
  263. <pElem>../include</pElem>
  264. <pElem>../../Ogg/include</pElem>
  265. </incDir>
  266. <preprocessorList>
  267. <Elem>OC_X86_64_ASM</Elem>
  268. <Elem>OC_X86_ASM</Elem>
  269. </preprocessorList>
  270. </ccTool>
  271. <fortranCompilerTool>
  272. <developmentMode>5</developmentMode>
  273. </fortranCompilerTool>
  274. <asmTool>
  275. <developmentMode>5</developmentMode>
  276. </asmTool>
  277. <archiverTool>
  278. </archiverTool>
  279. </compileType>
  280. <item path="../lib/analyze.c" ex="false" tool="0" flavor2="0">
  281. </item>
  282. <item path="../lib/apiwrapper.c" ex="false" tool="0" flavor2="0">
  283. </item>
  284. <item path="../lib/apiwrapper.h" ex="false" tool="3" flavor2="0">
  285. </item>
  286. <item path="../lib/bitpack.c" ex="false" tool="0" flavor2="0">
  287. </item>
  288. <item path="../lib/bitpack.h" ex="false" tool="3" flavor2="0">
  289. </item>
  290. <item path="../lib/dct.h" ex="false" tool="3" flavor2="0">
  291. </item>
  292. <item path="../lib/decapiwrapper.c" ex="false" tool="0" flavor2="0">
  293. </item>
  294. <item path="../lib/decinfo.c" ex="false" tool="0" flavor2="0">
  295. </item>
  296. <item path="../lib/decint.h" ex="false" tool="3" flavor2="0">
  297. </item>
  298. <item path="../lib/decode.c" ex="false" tool="0" flavor2="0">
  299. </item>
  300. <item path="../lib/dequant.c" ex="false" tool="0" flavor2="0">
  301. </item>
  302. <item path="../lib/dequant.h" ex="false" tool="3" flavor2="0">
  303. </item>
  304. <item path="../lib/encapiwrapper.c" ex="false" tool="0" flavor2="0">
  305. </item>
  306. <item path="../lib/encfrag.c" ex="false" tool="0" flavor2="0">
  307. </item>
  308. <item path="../lib/encinfo.c" ex="false" tool="0" flavor2="0">
  309. </item>
  310. <item path="../lib/encint.h" ex="false" tool="3" flavor2="0">
  311. </item>
  312. <item path="../lib/encode.c" ex="false" tool="0" flavor2="0">
  313. </item>
  314. <item path="../lib/enquant.c" ex="false" tool="0" flavor2="0">
  315. </item>
  316. <item path="../lib/enquant.h" ex="false" tool="3" flavor2="0">
  317. </item>
  318. <item path="../lib/fdct.c" ex="false" tool="0" flavor2="0">
  319. </item>
  320. <item path="../lib/fragment.c" ex="false" tool="0" flavor2="0">
  321. </item>
  322. <item path="../lib/huffdec.c" ex="false" tool="0" flavor2="0">
  323. </item>
  324. <item path="../lib/huffdec.h" ex="false" tool="3" flavor2="0">
  325. </item>
  326. <item path="../lib/huffenc.c" ex="false" tool="0" flavor2="0">
  327. </item>
  328. <item path="../lib/huffenc.h" ex="false" tool="3" flavor2="0">
  329. </item>
  330. <item path="../lib/huffman.h" ex="false" tool="3" flavor2="0">
  331. </item>
  332. <item path="../lib/idct.c" ex="false" tool="0" flavor2="0">
  333. </item>
  334. <item path="../lib/info.c" ex="false" tool="0" flavor2="0">
  335. </item>
  336. <item path="../lib/internal.c" ex="false" tool="0" flavor2="0">
  337. </item>
  338. <item path="../lib/internal.h" ex="false" tool="3" flavor2="0">
  339. </item>
  340. <item path="../lib/mathops.c" ex="false" tool="0" flavor2="0">
  341. </item>
  342. <item path="../lib/mathops.h" ex="false" tool="3" flavor2="0">
  343. </item>
  344. <item path="../lib/mcenc.c" ex="false" tool="0" flavor2="0">
  345. </item>
  346. <item path="../lib/modedec.h" ex="false" tool="3" flavor2="0">
  347. </item>
  348. <item path="../lib/ocintrin.h" ex="false" tool="3" flavor2="0">
  349. </item>
  350. <item path="../lib/quant.c" ex="false" tool="0" flavor2="0">
  351. </item>
  352. <item path="../lib/quant.h" ex="false" tool="3" flavor2="0">
  353. </item>
  354. <item path="../lib/rate.c" ex="false" tool="0" flavor2="0">
  355. </item>
  356. <item path="../lib/state.c" ex="false" tool="0" flavor2="0">
  357. </item>
  358. <item path="../lib/state.h" ex="false" tool="3" flavor2="0">
  359. </item>
  360. <item path="../lib/tokenize.c" ex="false" tool="0" flavor2="0">
  361. </item>
  362. <item path="../lib/x86/mmxencfrag.c" ex="false" tool="0" flavor2="0">
  363. </item>
  364. <item path="../lib/x86/mmxfdct.c" ex="false" tool="0" flavor2="0">
  365. </item>
  366. <item path="../lib/x86/mmxfrag.c" ex="false" tool="0" flavor2="0">
  367. </item>
  368. <item path="../lib/x86/mmxidct.c" ex="false" tool="0" flavor2="0">
  369. </item>
  370. <item path="../lib/x86/mmxloop.h" ex="false" tool="3" flavor2="0">
  371. </item>
  372. <item path="../lib/x86/mmxstate.c" ex="false" tool="0" flavor2="0">
  373. </item>
  374. <item path="../lib/x86/sse2encfrag.c" ex="false" tool="0" flavor2="0">
  375. </item>
  376. <item path="../lib/x86/sse2fdct.c" ex="false" tool="0" flavor2="0">
  377. </item>
  378. <item path="../lib/x86/sse2idct.c" ex="false" tool="0" flavor2="0">
  379. </item>
  380. <item path="../lib/x86/sse2trans.h" ex="false" tool="3" flavor2="0">
  381. </item>
  382. <item path="../lib/x86/x86cpu.c" ex="false" tool="0" flavor2="0">
  383. </item>
  384. <item path="../lib/x86/x86cpu.h" ex="false" tool="3" flavor2="0">
  385. </item>
  386. <item path="../lib/x86/x86enc.c" ex="false" tool="0" flavor2="0">
  387. </item>
  388. <item path="../lib/x86/x86enc.h" ex="false" tool="3" flavor2="0">
  389. </item>
  390. <item path="../lib/x86/x86enquant.c" ex="false" tool="0" flavor2="0">
  391. </item>
  392. <item path="../lib/x86/x86int.h" ex="false" tool="3" flavor2="0">
  393. </item>
  394. <item path="../lib/x86/x86state.c" ex="false" tool="0" flavor2="0">
  395. </item>
  396. </conf>
  397. </confs>
  398. </configurationDescriptor>