commit f6a9d2912cd2c7049fa8e451b5892bd8459fb629 parent 2088e8edd513edf833382ea92036579b202c99b1 Author: Friedel Schön <[email protected]> Date: Thu, 8 Jun 2023 17:49:29 +0200 adding make contrib-section Diffstat:
A | contrib/make.txt | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/contrib/make.txt b/contrib/make.txt @@ -0,0 +1,10 @@ +If you add a new c-binary or edit c-files, you probably have to modify its dependency-objects. +This is done by a comment somewhere in the source-file (see bin/fsvs.c) in this format: + +// +objects: obj1.o obj2.o ... + +This can be done multiple times if you got a lot of linker-dependencies. + +For compile/linker-flags, use: + +// +flags: -static -Werror +\ No newline at end of file