]> git.ipfire.org Git - thirdparty/openssl.git/blob - Configurations/dist.conf
Windows build: build foo.d after foo.obj
[thirdparty/openssl.git] / Configurations / dist.conf
1 ## -*- mode: perl; -*-
2 ## Build configuration targets for openssl-team members
3
4 # This is to support 'make dist'
5 my %targets = (
6 "dist" => {
7 inherit_from => [ 'BASE_unix' ],
8 CC => "cc",
9 CFLAGS => "-O",
10 thread_scheme => "(unknown)",
11 },
12 );