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.

12 lines
351 B

  1. copy /y .\game\bin\tier0.dll .\src\devtools\bin
  2. cd .\src\devtools\bin\
  3. vpc +tools
  4. cd ..\..\..\
  5. devenv .\src\utils\vpc\vpc.vcproj /rebuild "release|win32"
  6. devenv .\src\utils\vpc\vpc.vcproj /build "release|win32"
  7. copy /y .\game\bin\tier0.dll .\src\devtools\bin
  8. cd .\src\devtools\bin\
  9. vpc +everything /allgames
  10. vpc +console /x360 /allgames
  11. cd ..\..\..\