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.

33 lines
633 B

  1. //-----------------------------------------------------------------------------
  2. // VPCCRCCHECK.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro OUTBINDIR "$SRCDIR\devtools\bin"
  8. $Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. }
  14. }
  15. $Project "vpccrccheck"
  16. {
  17. $Folder "Source Files"
  18. {
  19. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  20. $File "vpccrccheck.cpp"
  21. $File "crccheck_shared.cpp"
  22. $File "$SRCDIR\tier1\checksum_crc.cpp"
  23. }
  24. $Folder "Link Libraries"
  25. {
  26. -$Implib "$LIBPUBLIC\vstdlib"
  27. }
  28. }