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.

40 lines
958 B

  1. //-----------------------------------------------------------------------------
  2. // SCENEFILECACHE.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR ".."
  7. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  8. $Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
  9. $Configuration
  10. {
  11. $Linker
  12. {
  13. $SystemLibraries "iconv" [$OSXALL]
  14. }
  15. $Compiler
  16. {
  17. $AdditionalIncludeDirectories ".\;$BASE;$SRCDIR\game\shared"
  18. $PreprocessorDefinitions "$BASE;_WINDOWS;PROTECTED_THINGS_ENABLE"
  19. }
  20. }
  21. $Project "SceneFileCache"
  22. {
  23. $Folder "Source Files"
  24. {
  25. $File "SceneFileCache.cpp"
  26. }
  27. $Folder "Public Header Files"
  28. {
  29. $File "$SRCDIR\public\appframework\iappsystem.h"
  30. $File "$SRCDIR\public\tier1\interface.h"
  31. $File "$SRCDIR\public\scenefilecache\ISceneFileCache.h"
  32. $File "$SRCDIR\public\tier1\utlbuffer.h"
  33. $File "$SRCDIR\public\vstdlib\vstdlib.h"
  34. }
  35. }