libharu.cbp 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  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="libharu" />
  6. <Option compiler="gnu_gcc_compiler_static" />
  7. <MakeCommands>
  8. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdfs" />
  9. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  10. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  11. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  12. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  13. <SilentBuild command="$make -s -f $makefile $target" />
  14. </MakeCommands>
  15. <Build>
  16. <Target title="all">
  17. <Option type="4" />
  18. <Option compiler="gnu_gcc_compiler_static" />
  19. <Compiler>
  20. <Add directory="include" />
  21. </Compiler>
  22. <MakeCommands>
  23. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile all" />
  24. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  25. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  26. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  27. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  28. <SilentBuild command="$make -s -f $makefile $target" />
  29. </MakeCommands>
  30. </Target>
  31. <Target title="edit_cache">
  32. <Option type="4" />
  33. <Option compiler="gnu_gcc_compiler_static" />
  34. <MakeCommands>
  35. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile edit_cache" />
  36. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  37. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  38. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  39. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  40. <SilentBuild command="$make -s -f $makefile $target" />
  41. </MakeCommands>
  42. </Target>
  43. <Target title="install">
  44. <Option type="4" />
  45. <Option compiler="gnu_gcc_compiler_static" />
  46. <MakeCommands>
  47. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile install" />
  48. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  49. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  50. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  51. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  52. <SilentBuild command="$make -s -f $makefile $target" />
  53. </MakeCommands>
  54. </Target>
  55. <Target title="install/local">
  56. <Option type="4" />
  57. <Option compiler="gnu_gcc_compiler_static" />
  58. <MakeCommands>
  59. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile install/local" />
  60. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  61. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  62. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  63. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  64. <SilentBuild command="$make -s -f $makefile $target" />
  65. </MakeCommands>
  66. </Target>
  67. <Target title="install/strip">
  68. <Option type="4" />
  69. <Option compiler="gnu_gcc_compiler_static" />
  70. <MakeCommands>
  71. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile install/strip" />
  72. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  73. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  74. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  75. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  76. <SilentBuild command="$make -s -f $makefile $target" />
  77. </MakeCommands>
  78. </Target>
  79. <Target title="list_install_components">
  80. <Option type="4" />
  81. <Option compiler="gnu_gcc_compiler_static" />
  82. <MakeCommands>
  83. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile list_install_components" />
  84. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  85. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  86. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  87. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  88. <SilentBuild command="$make -s -f $makefile $target" />
  89. </MakeCommands>
  90. </Target>
  91. <Target title="package">
  92. <Option type="4" />
  93. <Option compiler="gnu_gcc_compiler_static" />
  94. <MakeCommands>
  95. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile package" />
  96. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  97. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  98. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  99. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  100. <SilentBuild command="$make -s -f $makefile $target" />
  101. </MakeCommands>
  102. </Target>
  103. <Target title="package_source">
  104. <Option type="4" />
  105. <Option compiler="gnu_gcc_compiler_static" />
  106. <MakeCommands>
  107. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile package_source" />
  108. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  109. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  110. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  111. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  112. <SilentBuild command="$make -s -f $makefile $target" />
  113. </MakeCommands>
  114. </Target>
  115. <Target title="rebuild_cache">
  116. <Option type="4" />
  117. <Option compiler="gnu_gcc_compiler_static" />
  118. <MakeCommands>
  119. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile rebuild_cache" />
  120. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile &quot;$file&quot;' />
  121. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  122. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/Makefile clean" />
  123. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  124. <SilentBuild command="$make -s -f $makefile $target" />
  125. </MakeCommands>
  126. </Target>
  127. <Target title="hpdf">
  128. <Option output="src/libhpdf.dll" prefix_auto="0" extension_auto="0" />
  129. <Option working_dir="G:/tmp/c/libharu-git/libharu/src" />
  130. <Option object_output="./" />
  131. <Option type="3" />
  132. <Option compiler="gnu_gcc_compiler_static" />
  133. <Compiler>
  134. <Add directory="C:/Program Files/Gtk+/include" />
  135. <Add directory="G:/tmp/c/libharu-git/libharu/include" />
  136. </Compiler>
  137. <MakeCommands>
  138. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdf" />
  139. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  140. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  141. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  142. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  143. <SilentBuild command="$make -s -f $makefile $target" />
  144. </MakeCommands>
  145. </Target>
  146. <Target title="hpdf/fast">
  147. <Option output="src/libhpdf.dll" prefix_auto="0" extension_auto="0" />
  148. <Option working_dir="G:/tmp/c/libharu-git/libharu/src" />
  149. <Option object_output="./" />
  150. <Option type="3" />
  151. <Option compiler="gnu_gcc_compiler_static" />
  152. <Compiler>
  153. <Add directory="C:/Program Files/Gtk+/include" />
  154. <Add directory="G:/tmp/c/libharu-git/libharu/include" />
  155. </Compiler>
  156. <MakeCommands>
  157. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdf/fast" />
  158. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  159. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  160. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  161. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  162. <SilentBuild command="$make -s -f $makefile $target" />
  163. </MakeCommands>
  164. </Target>
  165. <Target title="hpdfs">
  166. <Option output="src/libhpdfs.a" prefix_auto="0" extension_auto="0" />
  167. <Option working_dir="" />
  168. <Option object_output="./" />
  169. <Option type="2" />
  170. <Option compiler="gcc" />
  171. <Compiler>
  172. <Add option="-O2" />
  173. <Add option="-Wall" />
  174. <Add directory="include" />
  175. </Compiler>
  176. <Linker>
  177. <Add option="-s" />
  178. <Add option="-flto" />
  179. </Linker>
  180. <MakeCommands>
  181. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdfs" />
  182. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  183. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  184. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  185. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  186. <SilentBuild command="$make -s -f $makefile $target" />
  187. </MakeCommands>
  188. </Target>
  189. <Target title="hpdfs/fast">
  190. <Option output="src/libhpdfs.a" prefix_auto="0" extension_auto="0" />
  191. <Option working_dir="" />
  192. <Option object_output="./" />
  193. <Option type="2" />
  194. <Option compiler="gnu_gcc_compiler_static" />
  195. <Compiler>
  196. <Add directory="C:/Program Files/Gtk+/include" />
  197. <Add directory="G:/tmp/c/libharu-git/libharu/include" />
  198. </Compiler>
  199. <MakeCommands>
  200. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdfs/fast" />
  201. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  202. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  203. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  204. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  205. <SilentBuild command="$make -s -f $makefile $target" />
  206. </MakeCommands>
  207. </Target>
  208. <Target title="hpdfs MinGW-CROSS">
  209. <Option output="src/libhpdfs.a" prefix_auto="0" extension_auto="0" />
  210. <Option working_dir="" />
  211. <Option object_output="./" />
  212. <Option type="2" />
  213. <Option compiler="mingw_gnu_gcc_compiler" />
  214. <Compiler>
  215. <Add option="-O2" />
  216. <Add option="-Wall" />
  217. <Add directory="include" />
  218. </Compiler>
  219. <Linker>
  220. <Add option="-s" />
  221. <Add option="-flto" />
  222. </Linker>
  223. <MakeCommands>
  224. <Build command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile hpdfs" />
  225. <CompileFile command='C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile &quot;$file&quot;' />
  226. <Clean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  227. <DistClean command="C:/MinGW32/bin/mingw32-make.exe -f G:/tmp/c/libharu-git/libharu/src/Makefile clean" />
  228. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  229. <SilentBuild command="$make -s -f $makefile $target" />
  230. </MakeCommands>
  231. </Target>
  232. </Build>
  233. <Compiler>
  234. <Add option="-O2" />
  235. <Add option="-Wall" />
  236. <Add directory="../fltk/png" />
  237. <Add directory="../fltk/jpeg" />
  238. <Add directory="../fltk/zlib" />
  239. </Compiler>
  240. <Linker>
  241. <Add option="-s" />
  242. </Linker>
  243. <Unit filename="src/hpdf_3dmeasure.c">
  244. <Option compilerVar="CC" />
  245. </Unit>
  246. <Unit filename="src/hpdf_annotation.c">
  247. <Option compilerVar="CC" />
  248. </Unit>
  249. <Unit filename="src/hpdf_array.c">
  250. <Option compilerVar="CC" />
  251. </Unit>
  252. <Unit filename="src/hpdf_binary.c">
  253. <Option compilerVar="CC" />
  254. </Unit>
  255. <Unit filename="src/hpdf_boolean.c">
  256. <Option compilerVar="CC" />
  257. </Unit>
  258. <Unit filename="src/hpdf_catalog.c">
  259. <Option compilerVar="CC" />
  260. </Unit>
  261. <Unit filename="src/hpdf_destination.c">
  262. <Option compilerVar="CC" />
  263. </Unit>
  264. <Unit filename="src/hpdf_dict.c">
  265. <Option compilerVar="CC" />
  266. </Unit>
  267. <Unit filename="src/hpdf_doc.c">
  268. <Option compilerVar="CC" />
  269. </Unit>
  270. <Unit filename="src/hpdf_doc_png.c">
  271. <Option compilerVar="CC" />
  272. </Unit>
  273. <Unit filename="src/hpdf_encoder.c">
  274. <Option compilerVar="CC" />
  275. </Unit>
  276. <Unit filename="src/hpdf_encoder_cns.c">
  277. <Option compilerVar="CC" />
  278. </Unit>
  279. <Unit filename="src/hpdf_encoder_cnt.c">
  280. <Option compilerVar="CC" />
  281. </Unit>
  282. <Unit filename="src/hpdf_encoder_jp.c">
  283. <Option compilerVar="CC" />
  284. </Unit>
  285. <Unit filename="src/hpdf_encoder_kr.c">
  286. <Option compilerVar="CC" />
  287. </Unit>
  288. <Unit filename="src/hpdf_encoder_utf.c">
  289. <Option compilerVar="CC" />
  290. </Unit>
  291. <Unit filename="src/hpdf_encrypt.c">
  292. <Option compilerVar="CC" />
  293. </Unit>
  294. <Unit filename="src/hpdf_encryptdict.c">
  295. <Option compilerVar="CC" />
  296. </Unit>
  297. <Unit filename="src/hpdf_error.c">
  298. <Option compilerVar="CC" />
  299. </Unit>
  300. <Unit filename="src/hpdf_exdata.c">
  301. <Option compilerVar="CC" />
  302. </Unit>
  303. <Unit filename="src/hpdf_ext_gstate.c">
  304. <Option compilerVar="CC" />
  305. </Unit>
  306. <Unit filename="src/hpdf_font.c">
  307. <Option compilerVar="CC" />
  308. </Unit>
  309. <Unit filename="src/hpdf_font_cid.c">
  310. <Option compilerVar="CC" />
  311. </Unit>
  312. <Unit filename="src/hpdf_font_tt.c">
  313. <Option compilerVar="CC" />
  314. </Unit>
  315. <Unit filename="src/hpdf_font_type1.c">
  316. <Option compilerVar="CC" />
  317. </Unit>
  318. <Unit filename="src/hpdf_fontdef.c">
  319. <Option compilerVar="CC" />
  320. </Unit>
  321. <Unit filename="src/hpdf_fontdef_base14.c">
  322. <Option compilerVar="CC" />
  323. </Unit>
  324. <Unit filename="src/hpdf_fontdef_cid.c">
  325. <Option compilerVar="CC" />
  326. </Unit>
  327. <Unit filename="src/hpdf_fontdef_cns.c">
  328. <Option compilerVar="CC" />
  329. </Unit>
  330. <Unit filename="src/hpdf_fontdef_cnt.c">
  331. <Option compilerVar="CC" />
  332. </Unit>
  333. <Unit filename="src/hpdf_fontdef_jp.c">
  334. <Option compilerVar="CC" />
  335. </Unit>
  336. <Unit filename="src/hpdf_fontdef_kr.c">
  337. <Option compilerVar="CC" />
  338. </Unit>
  339. <Unit filename="src/hpdf_fontdef_tt.c">
  340. <Option compilerVar="CC" />
  341. </Unit>
  342. <Unit filename="src/hpdf_fontdef_type1.c">
  343. <Option compilerVar="CC" />
  344. </Unit>
  345. <Unit filename="src/hpdf_gstate.c">
  346. <Option compilerVar="CC" />
  347. </Unit>
  348. <Unit filename="src/hpdf_image.c">
  349. <Option compilerVar="CC" />
  350. </Unit>
  351. <Unit filename="src/hpdf_image_ccitt.c">
  352. <Option compilerVar="CC" />
  353. </Unit>
  354. <Unit filename="src/hpdf_image_png.c">
  355. <Option compilerVar="CC" />
  356. </Unit>
  357. <Unit filename="src/hpdf_info.c">
  358. <Option compilerVar="CC" />
  359. </Unit>
  360. <Unit filename="src/hpdf_list.c">
  361. <Option compilerVar="CC" />
  362. </Unit>
  363. <Unit filename="src/hpdf_mmgr.c">
  364. <Option compilerVar="CC" />
  365. </Unit>
  366. <Unit filename="src/hpdf_name.c">
  367. <Option compilerVar="CC" />
  368. </Unit>
  369. <Unit filename="src/hpdf_namedict.c">
  370. <Option compilerVar="CC" />
  371. </Unit>
  372. <Unit filename="src/hpdf_null.c">
  373. <Option compilerVar="CC" />
  374. </Unit>
  375. <Unit filename="src/hpdf_number.c">
  376. <Option compilerVar="CC" />
  377. </Unit>
  378. <Unit filename="src/hpdf_objects.c">
  379. <Option compilerVar="CC" />
  380. </Unit>
  381. <Unit filename="src/hpdf_outline.c">
  382. <Option compilerVar="CC" />
  383. </Unit>
  384. <Unit filename="src/hpdf_page_label.c">
  385. <Option compilerVar="CC" />
  386. </Unit>
  387. <Unit filename="src/hpdf_page_operator.c">
  388. <Option compilerVar="CC" />
  389. </Unit>
  390. <Unit filename="src/hpdf_pages.c">
  391. <Option compilerVar="CC" />
  392. </Unit>
  393. <Unit filename="src/hpdf_pdfa.c">
  394. <Option compilerVar="CC" />
  395. </Unit>
  396. <Unit filename="src/hpdf_real.c">
  397. <Option compilerVar="CC" />
  398. </Unit>
  399. <Unit filename="src/hpdf_streams.c">
  400. <Option compilerVar="CC" />
  401. </Unit>
  402. <Unit filename="src/hpdf_string.c">
  403. <Option compilerVar="CC" />
  404. </Unit>
  405. <Unit filename="src/hpdf_u3d.c">
  406. <Option compilerVar="CC" />
  407. </Unit>
  408. <Unit filename="src/hpdf_utils.c">
  409. <Option compilerVar="CC" />
  410. </Unit>
  411. <Unit filename="src/hpdf_xref.c">
  412. <Option compilerVar="CC" />
  413. </Unit>
  414. <Extensions>
  415. <code_completion />
  416. <debugger />
  417. <envvars />
  418. </Extensions>
  419. </Project>
  420. </CodeBlocks_project_file>