From 41414854dbceb6fd93e5ac522087d18f4c5e3984 Mon Sep 17 00:00:00 2001 From: nillerusr Date: Mon, 15 Aug 2022 21:28:05 +0300 Subject: [PATCH] launcher: move android.cpp -> android/main.cpp --- .gitignore | 3 +-- launcher/{android.cpp => android/main.cpp} | 0 launcher/wscript | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) rename launcher/{android.cpp => android/main.cpp} (100%) 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 = [