Merge pull request #215 from yas-online/callvpc-bat

Make create*projects scripts work independently of current directory - Windows
This commit is contained in:
Joe Ludwig 2013-12-09 15:07:20 -08:00
commit 8df4eca8da
4 changed files with 8 additions and 0 deletions

View file

@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln
popd

View file

@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
popd

View file

@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2 /episodic +everything /mksln everything.sln
popd

View file

@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2 /episodic +game /mksln games.sln
popd