minizip.cbp 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="minizip" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="libminizip" prefix_auto="1" extension_auto="1" />
  11. <Option working_dir="" />
  12. <Option object_output="obj/Debug/" />
  13. <Option type="2" />
  14. <Option compiler="gcc" />
  15. <Option createDefFile="1" />
  16. <Compiler>
  17. <Add option="-Wall" />
  18. <Add option="-g" />
  19. </Compiler>
  20. </Target>
  21. <Target title="Release">
  22. <Option output="libminizip" prefix_auto="1" extension_auto="1" />
  23. <Option working_dir="" />
  24. <Option object_output="obj/Release/" />
  25. <Option type="2" />
  26. <Option compiler="gcc" />
  27. <Option createDefFile="1" />
  28. <Compiler>
  29. <Add option="-Wall" />
  30. <Add option="-O2" />
  31. </Compiler>
  32. <Linker>
  33. <Add option="-s" />
  34. </Linker>
  35. </Target>
  36. </Build>
  37. <Compiler>
  38. <Add option="-DNOCRYPT=1" />
  39. </Compiler>
  40. <Unit filename="ioapi.c">
  41. <Option compilerVar="CC" />
  42. </Unit>
  43. <Unit filename="ioapi.h" />
  44. <Unit filename="iowin32.c">
  45. <Option compilerVar="CC" />
  46. </Unit>
  47. <Unit filename="iowin32.h" />
  48. <Unit filename="mztools.c">
  49. <Option compilerVar="CC" />
  50. </Unit>
  51. <Unit filename="mztools.h" />
  52. <Unit filename="unzip.c">
  53. <Option compilerVar="CC" />
  54. </Unit>
  55. <Unit filename="unzip.h" />
  56. <Unit filename="zip.c">
  57. <Option compilerVar="CC" />
  58. </Unit>
  59. <Unit filename="zip.h" />
  60. <Extensions>
  61. <code_completion />
  62. <envvars />
  63. <lib_finder disable_auto="1" />
  64. <debugger />
  65. </Extensions>
  66. </Project>
  67. </CodeBlocks_project_file>