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.

37 lines
677 B

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