From e84193e43dbd3da23845ef9fcfcb5e364049a396 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 30 Jan 2016 07:14:58 +0100 Subject: unified build scheme: add a "unified" template for VMS descrip.mms As part of this, change util/mkdef.pl to stop adding libraries to depend on in its output. mkdef.pl should ONLY output a symbol vector. Because symbol names can't be longer than 31 characters, we use the compiler to shorten those that are longer down to 23 characters plus an 8 character CRC. To make sure users of our header files will pick up on that automatically, add the DEC C supported extra headers files __decc_include_prologue.h and __decc_include_epilogue.h. Furthermore, we add a config.com, so VMS people can configure just as comfortably as any Unix folks, thusly: @config Reviewed-by: Rich Salz --- Configurations/00-base-templates.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'Configurations/00-base-templates.conf') diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 713e374f72..1771e3d386 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -12,6 +12,7 @@ thread_cflags => "", thread_defines => [], + apps_extra_src => "", cpuid_asm_src => "mem_clr.c", bn_asm_src => "bn_asm.c", ec_asm_src => "", -- cgit v1.2.3