-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c6cf1
commit 402d854
Showing
7 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
:: Script to copy dependent DLLs to the named build directory | ||
copy packages\libcups2_native.redist.2.4.3.1\build\native\bin\x64\Debug\*.dll %1 | ||
copy packages\libcups2_native.redist.2.4.3.3\build\native\bin\x64\Debug\*.dll %1 | ||
copy packages\libjpeg-turbo-v142.2.0.4.3\build\native\bin\x64\v142\Debug\*.dll %1 | ||
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Debug\*.dll %1 | ||
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1 | ||
copy packages\libressl_native.redist.3.5.3.2\build\native\bin\x64\Debug\*.dll %1 | ||
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Debug\*.dll %1 | ||
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="libcups2_native" version="2.4.3.1" targetFramework="native" /> | ||
<package id="libcups2_native.redist" version="2.4.3.1" targetFramework="native" /> | ||
<package id="libcups2_native" version="2.4.3.3" targetFramework="native" /> | ||
<package id="libcups2_native.redist" version="2.4.3.3" targetFramework="native" /> | ||
<package id="libjpeg-turbo-v142" version="2.0.4.3" targetFramework="native" /> | ||
<package id="libressl_native" version="3.5.3.1" targetFramework="native" /> | ||
<package id="libressl_native.redist" version="3.5.3.1" 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" version="3.5.3.2" targetFramework="native" /> | ||
<package id="libressl_native.redist" version="3.5.3.2" targetFramework="native" /> | ||
<package id="zlib_native" version="1.2.11" targetFramework="native" /> | ||
<package id="zlib_native.redist" version="1.2.11" targetFramework="native" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters