From: Kevin Day Date: Wed, 7 Dec 2022 03:25:27 +0000 (-0600) Subject: Cleanup: Update stand alone config.h files and add an additional comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b1c4a784e3019a6cf3d98a8e37481becf724a8c4;p=fll Cleanup: Update stand alone config.h files and add an additional comment. --- diff --git a/build/stand_alone/fake.config.h b/build/stand_alone/fake.config.h index 671d702..78b781b 100644 --- a/build/stand_alone/fake.config.h +++ b/build/stand_alone/fake.config.h @@ -1,5 +1,6 @@ // A config.h file for defining all code being disabled for compiling the stand alone Featureless Make. -// To assist in building this file use: nm --defined-only -f p programs/shared/fake | grep -oP '^(f|fl|fll)_[^\s]+ +// To assist in building this file use (may need to omit --defined-only): "nm --defined-only -f p programs/shared/fake | grep -oP '^(f|fl|fll)_[^\s]+'". +// To get the list of all possible functions, use something like: "grep -hor '#ifndef _di_f_.*\>' level_0/f_color/" | sed -e 's|^#ifndef |#define |g' | sort | uniq. #define _di_f_account_adjust_ #define _di_f_account_by_id_ diff --git a/build/stand_alone/utf8.config.h b/build/stand_alone/utf8.config.h index 0492539..66713c3 100644 --- a/build/stand_alone/utf8.config.h +++ b/build/stand_alone/utf8.config.h @@ -1,5 +1,6 @@ // A config.h file for defining all code being disabled for compiling the stand alone UTF8. -// To assist in building this file use: nm --defined-only -f p programs/shared/utf8 | grep -oP '^(f|fl|fll)_[^\s]+ +// To assist in building this file use (may need to omit --defined-only): "nm --defined-only -f p programs/shared/utf8 | grep -oP '^(f|fl|fll)_[^\s]+'". +// To get the list of all possible functions, use something like: "grep -hor '#ifndef _di_f_.*\>' level_0/f_color/" | sed -e 's|^#ifndef |#define |g' | sort | uniq. #define _di_f_array_lengths_adjust_ #define _di_f_array_lengths_append_