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.

21 lines
527 B

  1. //-----------------------------------------------------------------------------
  2. // SHADERCOMPILE_LAUNCHER.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  8. $Macro OUTBINNAME "shadercompile"
  9. $Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
  10. $Project "Shadercompile_launcher"
  11. {
  12. $Folder "Source Files"
  13. {
  14. -$File "$SRCDIR\public\tier0\memoverride.cpp"
  15. $File "shadercompile_launcher.cpp"
  16. }
  17. }