launcher: move android.cpp -> android/main.cpp
This commit is contained in:
parent
e07899b5f3
commit
64fa4b770d
3 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -31,10 +31,9 @@ game/client/*/client.lib
|
|||
game/server/*/server.lib
|
||||
.DS_Store
|
||||
build*/
|
||||
android/
|
||||
.cache/
|
||||
.ccache/
|
||||
waf3*/
|
||||
.vscode/
|
||||
.depproj/
|
||||
source-engine.sln
|
||||
source-engine.sln
|
||||
|
|
|
@ -24,7 +24,7 @@ def build(bld):
|
|||
|
||||
if bld.env.DEST_OS == 'android':
|
||||
source += [
|
||||
'android.cpp'
|
||||
'android/main.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
|
Loading…
Reference in a new issue