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.
13 lines
351 B
13 lines
351 B
5 years ago
|
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 ..\..\..\
|
||
|
|