aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-18 08:16:46 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-18 08:16:46 +0000
commit51ff6bde38e51e5822233e59a703b27efd369410 (patch)
tree8bf9c6b7b04fb3794cad8fd599aa9511ce62a644 /crypto/Makefile
parent28e4fe34e49f2233fa7784ca5b7ba42839892d99 (diff)
downloadopenssl-51ff6bde38e51e5822233e59a703b27efd369410.tar.gz
Engage Applink in mingw. Note that application-side module is not
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 9f309e0256..c6c76c26ac 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -67,6 +67,12 @@ x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
+uplink.o: ../ms/uplink.c
+ $(CC) $(CFLAGS) -c -o $@ ../ms/uplink.c
+
+uplink-cof.s: ../ms/uplink.pl
+ $(PERL) ../ms/uplink.pl coff > $@
+
x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@
ia64cpuid.s: ia64cpuid.S