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
642 B

  1. //-----------------------------------------------------------------------------
  2. // vxbdm.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\..\.."
  7. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  8. $Include "$SRCDIR\vpc_scripts\source_dll_x360_base.vpc"
  9. $Configuration
  10. {
  11. $Xbox360ImageConversion
  12. {
  13. // General
  14. $ExportByName "Yes"
  15. }
  16. }
  17. $Project
  18. {
  19. $Folder "Link Libraries"
  20. {
  21. -$File "$SRCDIR\lib\public\tier1_360.lib"
  22. -$File "$SRCDIR\lib\public\vstdlib_360.lib"
  23. }
  24. }
  25. $Project "vxbdm"
  26. {
  27. $Folder "Source Files"
  28. {
  29. $file "console.cpp"
  30. $File "rcommands.cpp"
  31. }
  32. }