Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
4.9 KiB

  1. <?xml version="1.0"?>
  2. <!DOCTYPE CodeBlocks_project_file>
  3. <CodeBlocks_project_file>
  4. <FileVersion major="1" minor="1"/>
  5. <Project>
  6. <Option title="sqstdlib"/>
  7. <Option makefile="Makefile"/>
  8. <Option makefile_is_custom="0"/>
  9. <Option default_target="-1"/>
  10. <Option compiler="0"/>
  11. <Build>
  12. <Target title="Release">
  13. <Option output="..\lib\libsqstdlib.a"/>
  14. <Option working_dir=""/>
  15. <Option object_output="Release"/>
  16. <Option deps_output=".deps"/>
  17. <Option type="2"/>
  18. <Option compiler="0"/>
  19. <Option createDefFile="1"/>
  20. <Option projectResourceIncludeDirsRelation="2"/>
  21. <Compiler>
  22. <Add option="-O2"/>
  23. <Add option="-W"/>
  24. <Add option="-DWIN32"/>
  25. <Add option="-DNDEBUG"/>
  26. <Add option="-D_LIB"/>
  27. <Add option="-D_CRT_SECURE_NO_DEPRECATE"/>
  28. <Add directory="..\include"/>
  29. </Compiler>
  30. </Target>
  31. <Target title="Debug">
  32. <Option output="..\lib\libsqstdlibD.a"/>
  33. <Option working_dir=""/>
  34. <Option object_output="Debug"/>
  35. <Option deps_output=".deps"/>
  36. <Option type="2"/>
  37. <Option compiler="0"/>
  38. <Option createDefFile="1"/>
  39. <Option projectResourceIncludeDirsRelation="2"/>
  40. <Compiler>
  41. <Add option="-W"/>
  42. <Add option="-O0"/>
  43. <Add option="-DWIN32"/>
  44. <Add option="-D_DEBUG"/>
  45. <Add option="-D_LIB"/>
  46. <Add option="-D_CRT_SECURE_NO_DEPRECATE"/>
  47. <Add directory="..\include"/>
  48. </Compiler>
  49. </Target>
  50. <Target title="Debug - Unicode">
  51. <Option output="..\lib\libsqstdlibDU.a"/>
  52. <Option working_dir=""/>
  53. <Option object_output="Debug - Unicode"/>
  54. <Option deps_output=".deps"/>
  55. <Option type="2"/>
  56. <Option compiler="0"/>
  57. <Option createDefFile="1"/>
  58. <Option projectResourceIncludeDirsRelation="2"/>
  59. <Compiler>
  60. <Add option="-W"/>
  61. <Add option="-O0"/>
  62. <Add option="-DWIN32"/>
  63. <Add option="-D_DEBUG"/>
  64. <Add option="-D_LIB"/>
  65. <Add option="-D_CRT_SECURE_NO_DEPRECATE"/>
  66. <Add option="-D_CRT_NON_CONFORMING_SWPRINTFS"/>
  67. <Add directory="..\include"/>
  68. </Compiler>
  69. </Target>
  70. <Target title="Release - Unicode">
  71. <Option output="..\lib\libsqstdlibU.a"/>
  72. <Option working_dir=""/>
  73. <Option object_output="Release - Unicode"/>
  74. <Option deps_output=".deps"/>
  75. <Option type="2"/>
  76. <Option compiler="0"/>
  77. <Option createDefFile="1"/>
  78. <Option projectResourceIncludeDirsRelation="2"/>
  79. <Compiler>
  80. <Add option="-O2"/>
  81. <Add option="-W"/>
  82. <Add option="-DWIN32"/>
  83. <Add option="-DNDEBUG"/>
  84. <Add option="-D_LIB"/>
  85. <Add option="-D_CRT_SECURE_NO_DEPRECATE"/>
  86. <Add option="-D_CRT_NON_CONFORMING_SWPRINTFS"/>
  87. <Add directory="..\include"/>
  88. </Compiler>
  89. </Target>
  90. </Build>
  91. <Unit filename="sqstdaux.cpp">
  92. <Option compilerVar="CPP"/>
  93. <Option target="Release"/>
  94. <Option target="Debug"/>
  95. <Option target="Debug - Unicode"/>
  96. <Option target="Release - Unicode"/>
  97. </Unit>
  98. <Unit filename="sqstdblob.cpp">
  99. <Option compilerVar="CPP"/>
  100. <Option target="Release"/>
  101. <Option target="Debug"/>
  102. <Option target="Debug - Unicode"/>
  103. <Option target="Release - Unicode"/>
  104. </Unit>
  105. <Unit filename="sqstdblobimpl.h">
  106. <Option compilerVar=""/>
  107. <Option compile="0"/>
  108. <Option link="0"/>
  109. <Option target="Release"/>
  110. <Option target="Debug"/>
  111. <Option target="Debug - Unicode"/>
  112. <Option target="Release - Unicode"/>
  113. </Unit>
  114. <Unit filename="sqstdio.cpp">
  115. <Option compilerVar="CPP"/>
  116. <Option target="Release"/>
  117. <Option target="Debug"/>
  118. <Option target="Debug - Unicode"/>
  119. <Option target="Release - Unicode"/>
  120. </Unit>
  121. <Unit filename="sqstdmath.cpp">
  122. <Option compilerVar="CPP"/>
  123. <Option target="Release"/>
  124. <Option target="Debug"/>
  125. <Option target="Debug - Unicode"/>
  126. <Option target="Release - Unicode"/>
  127. </Unit>
  128. <Unit filename="sqstdrex.cpp">
  129. <Option compilerVar="CPP"/>
  130. <Option target="Release"/>
  131. <Option target="Debug"/>
  132. <Option target="Debug - Unicode"/>
  133. <Option target="Release - Unicode"/>
  134. </Unit>
  135. <Unit filename="sqstdstream.cpp">
  136. <Option compilerVar="CPP"/>
  137. <Option target="Release"/>
  138. <Option target="Debug"/>
  139. <Option target="Debug - Unicode"/>
  140. <Option target="Release - Unicode"/>
  141. </Unit>
  142. <Unit filename="sqstdstream.h">
  143. <Option compilerVar=""/>
  144. <Option compile="0"/>
  145. <Option link="0"/>
  146. <Option target="Release"/>
  147. <Option target="Debug"/>
  148. <Option target="Debug - Unicode"/>
  149. <Option target="Release - Unicode"/>
  150. </Unit>
  151. <Unit filename="sqstdstring.cpp">
  152. <Option compilerVar="CPP"/>
  153. <Option target="Release"/>
  154. <Option target="Debug"/>
  155. <Option target="Debug - Unicode"/>
  156. <Option target="Release - Unicode"/>
  157. </Unit>
  158. <Unit filename="sqstdsystem.cpp">
  159. <Option compilerVar="CPP"/>
  160. <Option target="Release"/>
  161. <Option target="Debug"/>
  162. <Option target="Debug - Unicode"/>
  163. <Option target="Release - Unicode"/>
  164. </Unit>
  165. </Project>
  166. </CodeBlocks_project_file>