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 @@ -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

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

2
launcher/wscript

@ -24,7 +24,7 @@ def build(bld): @@ -24,7 +24,7 @@ def build(bld):
if bld.env.DEST_OS == 'android':
source += [
'android.cpp'
'android/main.cpp'
]
includes = [

Loading…
Cancel
Save