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.

34 lines
543 B

  1. //-----------------------------------------------------------------------------
  2. // VPKLIB.VPC
  3. //-----------------------------------------------------------------------------
  4. $Macro SRCDIR ".."
  5. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  6. $Linux
  7. {
  8. $BuildForLinux 1
  9. }
  10. $Configuration
  11. {
  12. $Compiler
  13. {
  14. //$PreprocessorDefinitions "$BASE"
  15. }
  16. }
  17. $Project "vpklib"
  18. {
  19. $Folder "Source Files"
  20. {
  21. $File "packedstore.cpp"
  22. }
  23. $Folder "Header Files"
  24. {
  25. $File "$SRCDIR\public\vpklib\packedstore.h"
  26. $File "packedstore_internal.h"
  27. }
  28. }