diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-07 21:55:37 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-07 21:55:37 -0800 |
| commit | 2e7b260b32454d32fb10cc9d838409f82c7744b8 (patch) | |
| tree | 0f3c8242dedde419cfb1a74e37016ec88e4a6526 /ports/openssl/make-openssl.bat | |
| parent | ef293701aaceb6b3e8ffd91dc7ae0afa66b83998 (diff) | |
| parent | 68fe8b5391b5b59ccfc99244dc5c5032b4f823f2 (diff) | |
| download | vcpkg-2e7b260b32454d32fb10cc9d838409f82c7744b8.tar.gz vcpkg-2e7b260b32454d32fb10cc9d838409f82c7744b8.zip | |
Merge pull request #255 from pdehne/master
Add Microsofts openssl fork which supports the UWP platform
Diffstat (limited to 'ports/openssl/make-openssl.bat')
| -rw-r--r-- | ports/openssl/make-openssl.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/openssl/make-openssl.bat b/ports/openssl/make-openssl.bat new file mode 100644 index 000000000..4c038094d --- /dev/null +++ b/ports/openssl/make-openssl.bat @@ -0,0 +1,10 @@ +set build=%1 + +perl Configure no-asm no-hw no-dso VC-WINUNIVERSAL + +call ms\do_winuniversal.bat + +call ms\setVSvars.bat universal10.0%build% + +nmake -f ms\ntdll.mak + |
