Add support for shared_rcflag, useful for windres (Cygwin and Mingw)
[openssl.git] / Configurations / 00-base-templates.conf
index 713e374f72842f2e0213762b899569a1bee721db..9d405efdae29088b9ad8eb33d9a004a96717cc27 100644 (file)
@@ -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      => "",
@@ -34,6 +35,7 @@
        shared_target   => "",
        shared_cflag    => "",
        shared_ldflag   => "",
+       shared_rcflag   => "",
        shared_extension        => "",
        build_scheme    => "unixmake",
        build_file      => "Makefile",