Changeset: c20ab0e9483f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c20ab0e9483f
Modified Files:
NT/mkodbcwxs.py
NT/mksqlwxs.py
Branch: Dec2025
Log Message:
The to-be-packaged zlib files changed names.
diffs (33 lines):
diff --git a/NT/mkodbcwxs.py b/NT/mkodbcwxs.py
--- a/NT/mkodbcwxs.py
+++ b/NT/mkodbcwxs.py
@@ -99,7 +99,7 @@ def main():
vcpkg.format(r'bin\libssl-3{}.dll'.format(libcrypto)),
vcpkg.format(r'bin\lz4.dll'),
vcpkg.format(r'bin\liblzma.dll'),
- vcpkg.format(r'bin\zlib1.dll')])
+ vcpkg.format(r'bin\z.dll')])
print(r' </Directory>')
id = comp(features, id, 12,
[r'share\license.rtf'])
diff --git a/NT/mksqlwxs.py b/NT/mksqlwxs.py
--- a/NT/mksqlwxs.py
+++ b/NT/mksqlwxs.py
@@ -168,7 +168,7 @@ def main():
vcpkg.format(r'bin\lz4.dll'),
vcpkg.format(r'bin\liblzma.dll'),
vcpkg.format(r'bin\pcre2-8.dll'),
- vcpkg.format(r'bin\zlib1.dll')])
+ vcpkg.format(r'bin\z.dll')])
id = comp(debug, id, 14,
[r'bin\mclient.pdb',
r'bin\mserver5.pdb',
@@ -229,7 +229,7 @@ def main():
vcpkg.format(r'lib\lz4.lib'),
vcpkg.format(r'lib\lzma.lib'),
vcpkg.format(r'lib\pcre2-8.lib'),
- vcpkg.format(r'lib\zlib.lib')])
+ vcpkg.format(r'lib\z.lib')])
print(r' </Directory>')
print(r' <Directory Id="share" Name="share">')
print(r' <Directory Id="doc" Name="doc">')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]