mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
launcher: move android.cpp -> android/main.cpp
This commit is contained in:
parent
a87918565a
commit
41414854db
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,10 +31,9 @@ game/client/*/client.lib
|
|||||||
game/server/*/server.lib
|
game/server/*/server.lib
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build*/
|
build*/
|
||||||
android/
|
|
||||||
.cache/
|
.cache/
|
||||||
.ccache/
|
.ccache/
|
||||||
waf3*/
|
waf3*/
|
||||||
.vscode/
|
.vscode/
|
||||||
.depproj/
|
.depproj/
|
||||||
source-engine.sln
|
source-engine.sln
|
||||||
|
@ -24,7 +24,7 @@ def build(bld):
|
|||||||
|
|
||||||
if bld.env.DEST_OS == 'android':
|
if bld.env.DEST_OS == 'android':
|
||||||
source += [
|
source += [
|
||||||
'android.cpp'
|
'android/main.cpp'
|
||||||
]
|
]
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
|
Loading…
Reference in New Issue
Block a user