Browse Source

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

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

1
.gitignore vendored

@ -31,7 +31,6 @@ 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*/

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