mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2025-12-31 17:48:52 +03:00
Make create*projects scripts work independently of cwd
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +everything /mksln everything
|
||||
|
||||
popd
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +game /mksln games
|
||||
|
||||
popd
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2 /episodic +everything /mksln everything
|
||||
|
||||
popd
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2 /episodic +game /mksln games
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user