mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-27 22:33:05 +00:00
Fixed creategameprojects and createallprojects for multiplayer
This commit is contained in:
parent
a2e9dbd663
commit
11c0dfc03d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
devtools/bin/vpc /hl2 /episodic +everything /mksln everything
|
||||
devtools/bin/vpc /hl2mp +everything /mksln everything
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
devtools/bin/vpc /hl2 /episodic +game /mksln games
|
||||
devtools/bin/vpc /hl2mp +game /mksln games
|
||||
|
||||
|
|
Loading…
Reference in a new issue