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.

26 lines
534 B

  1. //-----------------------------------------------------------------------------
  2. // NVTRISTRIPLIB.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro OUTLIBNAME "nvtristrip"
  8. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  9. $Project "NVTriStripLib"
  10. {
  11. $Folder "Source Files"
  12. {
  13. $File "NvTriStrip.cpp"
  14. $File "NvTriStripObjects.cpp"
  15. }
  16. $Folder "Header Files"
  17. {
  18. $File "NvTriStrip.h"
  19. $File "NvTriStripObjects.h"
  20. $File "VertexCache.h"
  21. }
  22. }