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.

102 lines
4.4 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. // python_inc_2.6.vpc
  4. //
  5. // Include files for Python 2.6
  6. //
  7. //-----------------------------------------------------------------------------
  8. $Project
  9. {
  10. $Folder "Python Headers"
  11. {
  12. $File "$SRCDIR\common\python\2.6\python-ast.h"
  13. $File "$SRCDIR\common\python\2.6\python.h"
  14. $File "$SRCDIR\common\python\2.6\abstract.h"
  15. $File "$SRCDIR\common\python\2.6\asdl.h"
  16. $File "$SRCDIR\common\python\2.6\ast.h"
  17. $File "$SRCDIR\common\python\2.6\bitset.h"
  18. $File "$SRCDIR\common\python\2.6\boolobject.h"
  19. $File "$SRCDIR\common\python\2.6\bufferobject.h"
  20. $File "$SRCDIR\common\python\2.6\bytearrayobject.h"
  21. $File "$SRCDIR\common\python\2.6\bytes_methods.h"
  22. $File "$SRCDIR\common\python\2.6\bytesobject.h"
  23. $File "$SRCDIR\common\python\2.6\cstringio.h"
  24. $File "$SRCDIR\common\python\2.6\cellobject.h"
  25. $File "$SRCDIR\common\python\2.6\ceval.h"
  26. $File "$SRCDIR\common\python\2.6\classobject.h"
  27. $File "$SRCDIR\common\python\2.6\cobject.h"
  28. $File "$SRCDIR\common\python\2.6\code.h"
  29. $File "$SRCDIR\common\python\2.6\codecs.h"
  30. $File "$SRCDIR\common\python\2.6\compile.h"
  31. $File "$SRCDIR\common\python\2.6\complexobject.h"
  32. $File "$SRCDIR\common\python\2.6\datetime.h"
  33. $File "$SRCDIR\common\python\2.6\descrobject.h"
  34. $File "$SRCDIR\common\python\2.6\dictobject.h"
  35. $File "$SRCDIR\common\python\2.6\enumobject.h"
  36. $File "$SRCDIR\common\python\2.6\errcode.h"
  37. $File "$SRCDIR\common\python\2.6\eval.h"
  38. $File "$SRCDIR\common\python\2.6\fileobject.h"
  39. $File "$SRCDIR\common\python\2.6\floatobject.h"
  40. $File "$SRCDIR\common\python\2.6\frameobject.h"
  41. $File "$SRCDIR\common\python\2.6\funcobject.h"
  42. $File "$SRCDIR\common\python\2.6\genobject.h"
  43. $File "$SRCDIR\common\python\2.6\graminit.h"
  44. $File "$SRCDIR\common\python\2.6\grammar.h"
  45. $File "$SRCDIR\common\python\2.6\import.h"
  46. $File "$SRCDIR\common\python\2.6\intobject.h"
  47. $File "$SRCDIR\common\python\2.6\intrcheck.h"
  48. $File "$SRCDIR\common\python\2.6\iterobject.h"
  49. $File "$SRCDIR\common\python\2.6\listobject.h"
  50. $File "$SRCDIR\common\python\2.6\longintrepr.h"
  51. $File "$SRCDIR\common\python\2.6\longobject.h"
  52. $File "$SRCDIR\common\python\2.6\marshal.h"
  53. $File "$SRCDIR\common\python\2.6\metagrammar.h"
  54. $File "$SRCDIR\common\python\2.6\methodobject.h"
  55. $File "$SRCDIR\common\python\2.6\modsupport.h"
  56. $File "$SRCDIR\common\python\2.6\moduleobject.h"
  57. $File "$SRCDIR\common\python\2.6\node.h"
  58. $File "$SRCDIR\common\python\2.6\object.h"
  59. $File "$SRCDIR\common\python\2.6\objimpl.h"
  60. $File "$SRCDIR\common\python\2.6\opcode.h"
  61. $File "$SRCDIR\common\python\2.6\osdefs.h"
  62. $File "$SRCDIR\common\python\2.6\parsetok.h"
  63. $File "$SRCDIR\common\python\2.6\patchlevel.h"
  64. $File "$SRCDIR\common\python\2.6\pgen.h"
  65. $File "$SRCDIR\common\python\2.6\pgenheaders.h"
  66. $File "$SRCDIR\common\python\2.6\py_curses.h"
  67. $File "$SRCDIR\common\python\2.6\pyarena.h"
  68. $File "$SRCDIR\common\python\2.6\pyconfig.h"
  69. $File "$SRCDIR\common\python\2.6\pydebug.h"
  70. $File "$SRCDIR\common\python\2.6\pyerrors.h"
  71. $File "$SRCDIR\common\python\2.6\pyexpat.h"
  72. $File "$SRCDIR\common\python\2.6\pyfpe.h"
  73. $File "$SRCDIR\common\python\2.6\pygetopt.h"
  74. $File "$SRCDIR\common\python\2.6\pymacconfig.h"
  75. $File "$SRCDIR\common\python\2.6\pymactoolbox.h"
  76. $File "$SRCDIR\common\python\2.6\pymath.h"
  77. $File "$SRCDIR\common\python\2.6\pymem.h"
  78. $File "$SRCDIR\common\python\2.6\pyport.h"
  79. $File "$SRCDIR\common\python\2.6\pystate.h"
  80. $File "$SRCDIR\common\python\2.6\pystrcmp.h"
  81. $File "$SRCDIR\common\python\2.6\pystrtod.h"
  82. $File "$SRCDIR\common\python\2.6\pythonrun.h"
  83. $File "$SRCDIR\common\python\2.6\pythread.h"
  84. $File "$SRCDIR\common\python\2.6\rangeobject.h"
  85. $File "$SRCDIR\common\python\2.6\setobject.h"
  86. $File "$SRCDIR\common\python\2.6\sliceobject.h"
  87. $File "$SRCDIR\common\python\2.6\stringobject.h"
  88. $File "$SRCDIR\common\python\2.6\structmember.h"
  89. $File "$SRCDIR\common\python\2.6\structseq.h"
  90. $File "$SRCDIR\common\python\2.6\symtable.h"
  91. $File "$SRCDIR\common\python\2.6\sysmodule.h"
  92. $File "$SRCDIR\common\python\2.6\timefuncs.h"
  93. $File "$SRCDIR\common\python\2.6\token.h"
  94. $File "$SRCDIR\common\python\2.6\traceback.h"
  95. $File "$SRCDIR\common\python\2.6\tupleobject.h"
  96. $File "$SRCDIR\common\python\2.6\ucnhash.h"
  97. $File "$SRCDIR\common\python\2.6\unicodeobject.h"
  98. $File "$SRCDIR\common\python\2.6\warnings.h"
  99. $File "$SRCDIR\common\python\2.6\weakrefobject.h"
  100. }
  101. }