]> Kevux Git Server - fll/commit
Update: Improve define structure, wrapping global static data in individual ifndef...
authorKevin Day <thekevinday@gmail.com>
Fri, 9 Dec 2022 02:37:42 +0000 (20:37 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 9 Dec 2022 02:37:42 +0000 (20:37 -0600)
commitd326c1159cadec156cbe87872662ffe0ea11508a
tree785bfcc4f1303d618248a04a0340b3f16433c961
parentcd5a46ee236cfe0936d279cbabc7d2eb1d39d044
Update: Improve define structure, wrapping global static data in individual ifndef blocks.

Make the example "build/disable" defines scripts more precise to avoid getting defines used from other projects from being loaded in the wrong file.

Use per variable wrapping ifndef defines to have better fine-tuned control over the compiled code.

Fix any problems observed with syntax and naming.
81 files changed:
build/disable/about.txt
build/disable/level_0/f_color.h
build/disable/level_0/f_console.h
build/disable/level_0/f_control_group.h
build/disable/level_0/f_conversion.h
build/disable/level_0/f_directory.h
build/disable/level_0/f_file.h
build/disable/level_0/f_fss.h
build/disable/level_0/f_iki.h
build/disable/level_0/f_path.h
build/disable/level_0/f_print.h
build/disable/level_0/f_serialize.h
build/disable/level_0/f_socket.h
build/disable/level_0/f_status_string.h
build/disable/level_0/f_string.h
build/disable/level_0/f_type.h
build/disable/level_0/f_type_array.h
build/disable/level_0/f_utf.h
build/disable/level_1/fl_control_group.h
build/disable/level_1/fl_conversion.h
build/disable/level_1/fl_directory.h
build/disable/level_1/fl_environment.h
build/disable/level_1/fl_execute.h
build/disable/level_1/fl_fss.h
build/disable/level_1/fl_iki.h
build/disable/level_1/fl_print.h
build/disable/level_1/fl_signal.h
build/disable/level_1/fl_string.h
build/disable/level_1/fl_utf.h
build/disable/level_1/fl_utf_file.h
build/disable/level_2/fll_error.h
build/disable/level_2/fll_execute.h
build/disable/level_2/fll_file.h
build/disable/level_2/fll_fss.h
build/disable/level_2/fll_fss_status_string.h
build/disable/level_2/fll_iki.h
build/disable/level_2/fll_path.h
build/disable/level_2/fll_program.h
build/disable/level_2/fll_status_string.h
level_0/f_color/c/color/common.c
level_0/f_color/c/color/common.h
level_0/f_console/c/console/common.c
level_0/f_console/c/console/common.h
level_0/f_control_group/c/control_group/common.c
level_0/f_control_group/c/control_group/common.h
level_0/f_directory/c/directory/common.c
level_0/f_directory/c/directory/common.h
level_0/f_environment/c/environment.c
level_0/f_environment/c/environment/common.h
level_0/f_file/c/file/common.c
level_0/f_file/c/file/common.h
level_0/f_fss/c/fss/common.c
level_0/f_fss/c/fss/common.h
level_0/f_iki/c/iki/common.c
level_0/f_iki/c/iki/common.h
level_0/f_path/c/path/common.c
level_0/f_path/c/path/common.h
level_0/f_print/c/print/common.c
level_0/f_print/c/print/common.h
level_0/f_serialize/c/serialize/common.c
level_0/f_serialize/c/serialize/common.h
level_0/f_utf/c/utf/common.c
level_0/f_utf/c/utf/common.h
level_0/f_utf/c/utf/dynamic.c
level_0/f_utf/c/utf/string.c
level_1/fl_conversion/c/conversion/common.c
level_1/fl_conversion/c/conversion/common.h
level_1/fl_execute/c/execute/common.h
level_1/fl_print/c/print/common.c
level_1/fl_print/c/print/common.h
level_1/fl_utf/c/utf.c
level_2/fll_error/c/error/common.c
level_2/fll_error/c/error/common.h
level_2/fll_fss/c/fss/payload.c
level_2/fll_program/c/program/common.c
level_2/fll_program/c/program/common.h
level_3/control/c/private-control.c
level_3/fake/c/private-build-load.c
level_3/fss_payload_read/c/print.c
level_3/fss_payload_read/c/private-read.c
level_3/fss_write/c/payload/fss_write.c