]> Kevux Git Server - fll/commit
Feature: Enable config.h, config.c, and config.cpp support in package generation.
authorKevin Day <thekevinday@gmail.com>
Sat, 11 Sep 2021 03:44:15 +0000 (22:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 11 Sep 2021 03:50:28 +0000 (22:50 -0500)
commit106c18c32131e72632761f8482ef66cf722c5fd0
tree8dd4107d8a590756b00dce71fa9efb082015a73c
parent10f9bece0f4ef828dae5fff46af0249298f015e2
Feature: Enable config.h, config.c, and config.cpp support in package generation.

There is a common practice of having a config.h for local build time changes to be applied.
Provide a skeleton structure for this by default when building the FLL packages.
These files will be empty.

The user need only populate these files as needed.
This could be done manually, but doing this by default effectively documents the proof of concept with a working/functional example.

Perform some minor cleanup as well.
build/scripts/package.sh