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-Tag: 0.6.2~54 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=4ce461dfc119123ea32b310c53ca2f893a974656;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 b8a0565..bde9891 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_by_id_ #define _di_f_account_by_name_ diff --git a/build/stand_alone/utf8.config.h b/build/stand_alone/utf8.config.h index ce6efbe..9e3fb69 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_