mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-18 08:42:10 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
8737f191f3
16
.gitattributes
vendored
16
.gitattributes
vendored
@ -1,11 +1,23 @@
|
||||
creategameprojects text
|
||||
createallprojects text
|
||||
xcode_ccache_wrapper text
|
||||
vpc text
|
||||
*.sh text
|
||||
|
||||
vpc_linux binary
|
||||
vpc_osx binary
|
||||
|
||||
*.sh text
|
||||
*.c text
|
||||
*.h text
|
||||
*.H text
|
||||
*.cpp text
|
||||
*.vpc text
|
||||
*.vgc text
|
||||
*.nut text
|
||||
*.awk text
|
||||
*.pl text
|
||||
*.py text
|
||||
*.xcconfig text
|
||||
|
||||
*.exe binary
|
||||
protoc binary
|
||||
ccache binary
|
||||
|
@ -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,4 @@
|
||||
$Macro PLATSUBDIR "\." [$WIN32]
|
||||
$Macro PLATSUBDIR "\." [$WIN32]
|
||||
$Macro PLATSUBDIR "\x64" [$WIN64]
|
||||
$Macro PLATSUBDIR "\." [$X360]
|
||||
$Macro PLATSUBDIR "\linux32" [$LINUX32]
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Macro PLATSUBDIR "\." [$WIN32]
|
||||
$Macro PLATSUBDIR "\." [$WIN32]
|
||||
$Macro PLATSUBDIR "\x64" [$WIN64]
|
||||
$Macro PLATSUBDIR "\." [$X360]
|
||||
$Macro PLATSUBDIR "\linux32" [$LINUX32]
|
||||
|
Loading…
x
Reference in New Issue
Block a user