Skip to content

Commit

Permalink
added bat equivalent of ValveSoftware#196
Browse files Browse the repository at this point in the history
  • Loading branch information
neico committed Dec 6, 2013
1 parent 73f5dea commit c2bd28b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mp/src/createallprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln
popd
2 changes: 2 additions & 0 deletions mp/src/creategameprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
popd
2 changes: 2 additions & 0 deletions sp/src/createallprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2 /episodic +everything /mksln everything.sln
popd
2 changes: 2 additions & 0 deletions sp/src/creategameprojects.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pushd %~dp0
devtools\bin\vpc.exe /hl2 /episodic +game /mksln games.sln
popd

0 comments on commit c2bd28b

Please sign in to comment.