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.

56 lines
1.3 KiB

  1. //-----------------------------------------------------------------------------
  2. // RESOURCEFILE.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $macro SRCDIR ".."
  7. $include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  8. $Configuration
  9. {
  10. $PreBuildEvent
  11. {
  12. // $CommandLine "schemacompiler -schproj resourcefile.schproj2" "\n" "$BASE"
  13. }
  14. }
  15. $Project "resourcefile"
  16. {
  17. $Folder "Source Files"
  18. {
  19. $File "resourcedictionary.cpp"
  20. $File "resourcefile.cpp"
  21. $File "resourceintrospection.cpp"
  22. $File "resourcestream.cpp"
  23. }
  24. // TODO: VPC should keep the schproj2 in sync with this
  25. $Folder "Schema Headers"
  26. {
  27. $File "$SRCDIR\public\resourcefile\schema\particles.g.h"
  28. $File "$SRCDIR\public\resourcefile\schema\resourceextreflist.g.h"
  29. $File "$SRCDIR\public\resourcefile\schema\resourceidlist.g.h"
  30. $File "$SRCDIR\public\resourcefile\schema\sheet.g.h"
  31. }
  32. $Folder "Schema Script"
  33. {
  34. $File "resourcefile.schproj2"
  35. }
  36. $Folder "Header Files"
  37. {
  38. }
  39. $Folder "Public Header Files"
  40. {
  41. $File "$SRCDIR\public\resourcefile\schema.h"
  42. $File "$SRCDIR\public\resourcefile\resourcedictionary.h"
  43. $File "$SRCDIR\public\resourcefile\resourcefile.h"
  44. $File "$SRCDIR\public\resourcefile\resourceintrospection.h"
  45. $File "$SRCDIR\public\resourcefile\resourcestream.h"
  46. $File "$SRCDIR\public\resourcefile\resourcetype.h"
  47. }
  48. }