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.

95 lines
4.0 KiB

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