summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-15 19:31:01 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-15 19:53:31 +0200
commit2ac7754a72b0488241463dbff1bd75b82081417a (patch)
treee37bcd0812577966e3aa7d8f396c6a3e4fc85402 /Configurations/windows-makefile.tmpl
parent85bbb9e6189e158647b1cb15c5c1dea32882240e (diff)
Build apps/progs.h dynamically
Because apps/progs.h isn't configuration agnostic, it's not at all suited for 'make update' or being versioned, so change it to be dynamically generated. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3688) (cherry picked from commit 6a74806ed741db24df3a7155e4bc11fb4ba9bc2a)
Diffstat (limited to 'Configurations/windows-makefile.tmpl')
-rw-r--r--Configurations/windows-makefile.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index f7aa58a728..45bfecc387 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -100,6 +100,9 @@ BIN_SCRIPTS=$(BLDDIR)\tools\c_rehash.pl
MISC_SCRIPTS=$(BLDDIR)\apps\CA.pl $(BLDDIR)\apps\tsget.pl
{- output_on() if $disabled{apps}; "" -}
+APPS_OPENSSL={- use File::Spec::Functions;
+ catfile("apps","openssl") -}
+
# Do not edit these manually. Use Configure with --prefix or --openssldir
# to change this! Short explanation in the top comment in Configure
INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet