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.

46 lines
1.1 KiB

  1. //-----------------------------------------------------------------------------
  2. // CHOREOOBJECTS.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $macro SRCDIR ".."
  7. $include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $AdditionalIncludeDirectories "$BASE;..\game\shared;..\utils\common"
  13. }
  14. }
  15. $Project "choreoobjects"
  16. {
  17. $Folder "Source Files"
  18. {
  19. $File "$SRCDIR\game\shared\choreoactor.cpp"
  20. $File "$SRCDIR\game\shared\choreochannel.cpp"
  21. $File "$SRCDIR\game\shared\choreoevent.cpp"
  22. $File "$SRCDIR\game\shared\choreoscene.cpp"
  23. $File "$SRCDIR\game\shared\sceneimage.cpp"
  24. }
  25. $Folder "Header Files"
  26. {
  27. $File "$SRCDIR\game\shared\choreoactor.h"
  28. $File "$SRCDIR\game\shared\choreochannel.h"
  29. $File "$SRCDIR\game\shared\choreoevent.h"
  30. $File "$SRCDIR\game\shared\choreoscene.h"
  31. $File "$SRCDIR\game\shared\ichoreoeventcallback.h"
  32. $File "$SRCDIR\game\shared\sceneimage.h"
  33. }
  34. $Folder "Public Header Files"
  35. {
  36. $File "$SRCDIR\public\mathlib\mathlib.h"
  37. $File "$SRCDIR\public\mathlib\vector.h"
  38. $File "$SRCDIR\public\mathlib\vector2d.h"
  39. }
  40. }