From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 13582 invoked from network); 29 Jan 2022 16:12:23 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 29 Jan 2022 16:12:23 -0000 Received: from mail-wr1-f45.google.com ([209.85.221.45]) by 4ess; Sat Jan 29 11:03:18 -0500 2022 Received: by mail-wr1-f45.google.com with SMTP id a13so16739805wrh.9 for <9front@9front.org>; Sat, 29 Jan 2022 08:03:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=gvQeJh/L8v9FdWBqVg79h8GcLwxQkaET56EAgzOgHpE=; b=i2TtbA2GskwT/gougnPz4C6HiTvV75uPvgW0S8q4K+NhtqDy1xhQqyme03fOJPV7Vq rQiATU/EAxx90rmXoK9z4cIea6/i6nIxWX2hN1jpKhIT0ScjesSWF10WtndO62xQ+yOY /gNHszL1yMsicwNuifaeVA2k/rmulC2dWoCeFwZvdMbOFQkRv6iqYEccaAdwQ7mx7bRb CPKcKFCaPnDr9J6TM5xHeCwJy64jJgwth2RuNpC+rY3N5cj5tRzzVsYQv4AnMViRji8y kBCihtiihawsmNAMx6vXLP7Z3uiPIw6GHuVLcmMPrc6iG5wHkxixXt4kHA2djz/Nlu45 InIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=gvQeJh/L8v9FdWBqVg79h8GcLwxQkaET56EAgzOgHpE=; b=D8Jj5ku9iYkx5MG7PxaFJIBLA8+OHYuol6+Br0Ydg45+95eh3sy4e7G0BAa+5sgnrD vNMvHQs2EPCjYFRMenjJMZg4PRfJgptrEVyvQ60Awdd31XIepSfjOyONBQL8Nq3aLmww YDCpnSdFK/JLpl/7EDZyyIWB2d5gp9wnXe7TIVzE7yiwesbxLhLkaoAyLV3+5fhbRStq BYxS9w5eFYmeWA7C1l6WHX8zNU2d+JGWUVCFkz2ULp3LCt5iivvP4JD+1mHTL5yxO2pN itbORRFOHcZpeuwrGItMXgnT1l4Hm8Fqf8Cnafk8tdzQ4R3xi2HQKDMu+KFWZGBcMq6Q aNTA== X-Gm-Message-State: AOAM531PIan9um1uexv2i+bJdEs8f8XF8DGXPyTCOlEtoK4uhS+UxtNC KYulntmUpr9W/ZRRnpu0lktFZJGECn4Dq9+vV/FGSV1o X-Google-Smtp-Source: ABdhPJwfLzqlrcBefoTv5yygziQEyXnbv4G02bLC85PgdMSEkintRYe1UscQ98gF6WKMF7z9917COfowHrRK1uyop0A= X-Received: by 2002:a5d:64ef:: with SMTP id g15mr3719741wri.302.1643472192530; Sat, 29 Jan 2022 08:03:12 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eli Cohen Date: Sat, 29 Jan 2022 08:03:01 -0800 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social method core-based HTML rich-client blockchain factory self-signing-aware control Subject: [9front] Re: android drawterm build Reply-To: 9front@9front.org Precedence: bulk I don't know of a way to send a patch that includes .png files... I've edited all the little tuttle icons to the right size etc... On Sat, Jan 29, 2022 at 7:59 AM Eli Cohen wrote: > > for android drawterm to build, it needs this change to the Makefile > clean target: > > - rm -f *.o */*.o */*.a *.a drawterm drawterm.exe > + rm -f *.o */*.o */*/*.o */*.a *.a drawterm drawterm.exe > > because the libgui object files are nested that deep > > it also really needs all of these files to build: > > # new file: gui-android/bin/.keep > # new file: gui-android/gen/.keep > # new file: gui-android/obj/.keep > # new file: gui-android/res/drawable-hdpi/ic_small.png > # new file: gui-android/res/drawable-mdpi/ic_small.png > # new file: gui-android/res/drawable-xhdpi/ic_small.png > # new file: gui-android/res/drawable-xxhdpi/ic_small.png > # new file: gui-android/res/drawable-xxxhdpi/ic_small.png > # new file: gui-android/res/mipmap-hdpi/ic_launcher.png > # new file: gui-android/res/mipmap-mdpi/ic_launcher.png > # new file: gui-android/res/mipmap-xhdpi/ic_launcher.png > # new file: gui-android/res/mipmap-xxhdpi/ic_launcher.png > # new file: gui-android/res/mipmap-xxxhdpi/ic_launcher.png > # new file: lib/arm64-v8a/.keep > # new file: lib/armeabi-v7a/.keep > # new file: lib/x86/.keep > # new file: lib/x86_64/.keep > > those might not have made it onto my github before I was locked out by > the concept of passwords being obsoleted > > another thought, I will try to get to this, of having a separate > config file for android build paths with all the long toolchain names > would probably be nice