mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-10 06:31:48 +00:00
Merge pull request #215 from yas-online/callvpc-bat
Make create*projects scripts work independently of current directory - Windows
This commit is contained in:
commit
8df4eca8da
4 changed files with 8 additions and 0 deletions
|
@ -1 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln
|
||||
popd
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
|
||||
popd
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /hl2 /episodic +everything /mksln everything.sln
|
||||
popd
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
pushd %~dp0
|
||||
devtools\bin\vpc.exe /hl2 /episodic +game /mksln games.sln
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue