mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
13 lines
351 B
Batchfile
13 lines
351 B
Batchfile
copy /y .\game\bin\tier0.dll .\src\devtools\bin
|
|
cd .\src\devtools\bin\
|
|
vpc +tools
|
|
cd ..\..\..\
|
|
devenv .\src\utils\vpc\vpc.vcproj /rebuild "release|win32"
|
|
devenv .\src\utils\vpc\vpc.vcproj /build "release|win32"
|
|
copy /y .\game\bin\tier0.dll .\src\devtools\bin
|
|
cd .\src\devtools\bin\
|
|
vpc +everything /allgames
|
|
vpc +console /x360 /allgames
|
|
cd ..\..\..\
|
|
|