Changeset: 2cc649b309b3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2cc649b309b3
Modified Files:
NT/mksqlwxs.py
Branch: default
Log Message:
Don't distribute xxhash.dll and xxhash.lib since we don't link to the library.
diffs (19 lines):
diff --git a/NT/mksqlwxs.py b/NT/mksqlwxs.py
--- a/NT/mksqlwxs.py
+++ b/NT/mksqlwxs.py
@@ -162,7 +162,6 @@ def main():
vcpkg.format(r'bin\libxml2.dll'),
vcpkg.format(r'bin\lz4.dll'),
vcpkg.format(r'bin\pcre2-8.dll'),
- vcpkg.format(r'bin\xxhash.dll'),
vcpkg.format(r'bin\z.dll')])
id = comp(debug, id, 14,
[r'bin\mclient.pdb',
@@ -222,7 +221,6 @@ 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\xxhash.lib'),
vcpkg.format(r'lib\z.lib')])
print(r' </Directory>')
print(r' <Directory Id="share" Name="share">')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]