From bb6b521f69c0508276f6f5af46c4576dc0b9e1e3 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 6 Aug 2015 02:08:58 -0400 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1