diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-08-06 02:08:58 -0400 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-08-06 18:02:19 +0100 |
commit | bb6b521f69c0508276f6f5af46c4576dc0b9e1e3 (patch) | |
tree | 935bbe93c69995bbcf3e0f4b700150250cc5ef7a /Makefile.am | |
parent | 8279dd7d3975fe9aaeabcf9a79ad117c1cfdfef8 (diff) | |
download | curl-bb6b521f69c0508276f6f5af46c4576dc0b9e1e3.tar.gz |
build: Added wolfSSL build script for Visual Studio projects
Added the wolfSSL build script, based on build-openssl.bat, as well as
the property sheet and header file required for the upcoming additions
to the Visual Studio project files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0553f9bc1..5f1c881bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,6 +94,7 @@ VC14_SRCVCXPROJ_DEPS = $(VC14_SRCTMPL) Makefile.am src/Makefile.inc VC_DIST = projects/README \ projects/build-openssl.bat \ + projects/build-wolfssl.bat \ projects/checksrc.bat \ projects/Windows/VC6/curl-all.dsw \ projects/Windows/VC6/lib/libcurl.dsw \ |