Skip to content

Commit

Permalink
Add missing LibreSSL package.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 15, 2023
1 parent 6dc2287 commit 32d8e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vcnet/make-manual.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
copy packages\libcups2_native.redist.2.4.3.4\build\native\bin\x64\Debug\*.dll %1
copy packages\libjpeg-turbo-v142.2.0.4.3\build\native\bin\x64\v142\Release\*.dll %1
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1
copy packages\libressl_native.redist.3.7.3\build\native\bin\x64\Debug\*.dll %1
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1

%1\%2 --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf
1 change: 1 addition & 0 deletions vcnet/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<package id="libjpeg-turbo-v142" version="2.0.4.3" targetFramework="native" />
<package id="libpng_native" version="1.6.30" targetFramework="native" />
<package id="libpng_native.redist" version="1.6.30" targetFramework="native" />
<package id="libressl_native.redist" version="3.7.3.0" targetFramework="native" />
<package id="zlib_native" version="1.2.11" targetFramework="native" />
<package id="zlib_native.redist" version="1.2.11" targetFramework="native" />
</packages>

0 comments on commit 32d8e88

Please sign in to comment.