]> Kevux Git Server - fll/commit
Feature: Add more fine tuned build_name options.
authorKevin Day <Kevin@kevux.org>
Fri, 7 Mar 2025 06:05:05 +0000 (00:05 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 7 Mar 2025 06:05:05 +0000 (00:05 -0600)
commit580acf845ca36e4a0abd7c1bccec42d37e869fc2
tree9260b82290ddff49810b1f5f77d4e78d3eb480cb
parentc41b5a612207e721c08fbebc92eadfc876b42645
Feature: Add more fine tuned build_name options.

The build names should support shared, static, program, object, and library.
Some of these may not be directly used.
They should still be loaded.
This is done to make the project compliant with the standard while allowing extendability/hackability.
16 files changed:
level_3/fake/c/main/build/library.c
level_3/fake/c/main/build/load.c
level_3/fake/c/main/build/program.c
level_3/fake/c/main/build/string.c
level_3/fake/c/main/build/string.h
level_3/fake/c/main/common/type.c
level_3/fake/c/main/common/type.h
level_3/fake/c/main/make/operate.c
level_3/fake/data/build/process_post.sh
level_3/fake/data/build/process_pre.sh
level_3/fake/documents/fakefile.txt
level_3/fake/documents/settings.txt
level_3/fake/specifications/defines.txt
level_3/fake/specifications/dependencies.txt
level_3/fake/specifications/fakefile.txt
level_3/fake/specifications/settings.txt