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.

36 lines
827 B

  1. //============ Copyright (c) Valve Corporation, All rights reserved. ==========
  2. //
  3. // Converts various input bitmap & geometry formats into standard
  4. // Valve formats, renames and places items in the proper directories
  5. // and calls vtex/studiomdl and can ZIP archive the results.
  6. //
  7. //=============================================================================
  8. $Macro SRCDIR "..\.."
  9. $Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  10. $Configuration
  11. {
  12. $Compiler
  13. {
  14. $PreprocessorDefinitions "$BASE;VERSION_SAFE_STEAM_API_INTERFACES;ITEMUPLIB_LIB"
  15. }
  16. }
  17. $Project "itemtest_controls"
  18. {
  19. $Folder "Source Files"
  20. {
  21. $File "itemtest_controls.cpp"
  22. $File "dualpanellist.cpp"
  23. $File "globalsubpanel.cpp"
  24. $File "finalsubpanel.cpp"
  25. }
  26. $Folder "Header Files"
  27. {
  28. $File "$SRCDIR\public\itemtest\itemtest_controls.h"
  29. }
  30. }