Team Fortress 2 Source Code as on 22/4/2020
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.

39 lines
781 B

  1. //-----------------------------------------------------------------------------
  2. // VPKLIB.VPC
  3. //-----------------------------------------------------------------------------
  4. $Macro SRCDIR ".."
  5. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  6. $Configuration
  7. {
  8. $Compiler
  9. {
  10. //$PreprocessorDefinitions "$BASE"
  11. $AdditionalIncludeDirectories "$BASE;;$SRCDIR/external;$SRCDIR/external/crypto++-5.6.3"
  12. }
  13. }
  14. $Project "vpklib"
  15. {
  16. $Folder "Source Files"
  17. {
  18. $File "packedstore.cpp"
  19. $Folder "Crypto"
  20. {
  21. $File "$SRCDIR\common\simplebitstring.cpp"
  22. }
  23. }
  24. $Folder "Header Files"
  25. {
  26. $File "$SRCDIR\public\vpklib\packedstore.h"
  27. $File "packedstore_internal.h"
  28. $Folder "Crypto"
  29. {
  30. $File "$SRCDIR\common\simplebitstring.h"
  31. $File "$SRCDIR\common\crypto.h"
  32. }
  33. }
  34. }