Browse Source

launcher: move android.cpp -> android/main.cpp

pull/112/head
nillerusr 2 years ago
parent
commit
41414854db
  1. 3
      .gitignore
  2. 0
      launcher/android/main.cpp
  3. 2
      launcher/wscript

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

0
launcher/android.cpp → launcher/android/main.cpp

2
launcher/wscript

@ -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…
Cancel
Save