gumbo.cbp 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="gumbo" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="gumbo" 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="gumbo" 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="-O2" />
  30. <Add option="-Wall" />
  31. </Compiler>
  32. <Linker>
  33. <Add option="-s" />
  34. </Linker>
  35. </Target>
  36. </Build>
  37. <Compiler>
  38. <Add option="-std=gnu99" />
  39. </Compiler>
  40. <Unit filename="attribute.c">
  41. <Option compilerVar="CC" />
  42. </Unit>
  43. <Unit filename="attribute.h" />
  44. <Unit filename="char_ref.c">
  45. <Option compilerVar="CC" />
  46. </Unit>
  47. <Unit filename="char_ref.h" />
  48. <Unit filename="error.c">
  49. <Option compilerVar="CC" />
  50. </Unit>
  51. <Unit filename="error.h" />
  52. <Unit filename="gumbo.h" />
  53. <Unit filename="insertion_mode.h" />
  54. <Unit filename="parser.c">
  55. <Option compilerVar="CC" />
  56. </Unit>
  57. <Unit filename="parser.h" />
  58. <Unit filename="string_buffer.c">
  59. <Option compilerVar="CC" />
  60. </Unit>
  61. <Unit filename="string_buffer.h" />
  62. <Unit filename="string_piece.c">
  63. <Option compilerVar="CC" />
  64. </Unit>
  65. <Unit filename="string_piece.h" />
  66. <Unit filename="tag.c">
  67. <Option compilerVar="CC" />
  68. </Unit>
  69. <Unit filename="tag_enum.h" />
  70. <Unit filename="tag_gperf.h" />
  71. <Unit filename="tag_sizes.h" />
  72. <Unit filename="tag_strings.h" />
  73. <Unit filename="token_type.h" />
  74. <Unit filename="tokenizer.c">
  75. <Option compilerVar="CC" />
  76. </Unit>
  77. <Unit filename="tokenizer.h" />
  78. <Unit filename="tokenizer_states.h" />
  79. <Unit filename="utf8.c">
  80. <Option compilerVar="CC" />
  81. </Unit>
  82. <Unit filename="utf8.h" />
  83. <Unit filename="util.c">
  84. <Option compilerVar="CC" />
  85. </Unit>
  86. <Unit filename="util.h" />
  87. <Unit filename="vector.c">
  88. <Option compilerVar="CC" />
  89. </Unit>
  90. <Unit filename="vector.h" />
  91. <Extensions>
  92. <code_completion />
  93. <envvars />
  94. <lib_finder disable_auto="1" />
  95. <debugger />
  96. </Extensions>
  97. </Project>
  98. </CodeBlocks_project_file>