diff --git a/.gitignore b/.gitignore index 47d756e7..717bd12d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,9 @@ game/client/*/client.lib game/server/*/server.lib .DS_Store build*/ -android/ .cache/ .ccache/ waf3*/ .vscode/ .depproj/ -source-engine.sln \ No newline at end of file +source-engine.sln diff --git a/launcher/android.cpp b/launcher/android/main.cpp similarity index 100% rename from launcher/android.cpp rename to launcher/android/main.cpp diff --git a/launcher/wscript b/launcher/wscript index 06f09b5c..a80df92a 100755 --- a/launcher/wscript +++ b/launcher/wscript @@ -24,7 +24,7 @@ def build(bld): if bld.env.DEST_OS == 'android': source += [ - 'android.cpp' + 'android/main.cpp' ] includes = [