diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-18 17:17:43 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-21 16:57:20 +0200 |
commit | 8d38941baed05de4ff7cc775de14833108f62184 (patch) | |
tree | dae5fcc9ea37ec7a24fd0e549ad1de328ae3b7b9 /windows/README-Windows.txt | |
parent | Windows: Update windows/README-Windows.txt. (diff) | |
download | xz-8d38941baed05de4ff7cc775de14833108f62184.tar.xz |
Windows: Major update to Windows build instructions.
Diffstat (limited to 'windows/README-Windows.txt')
-rw-r--r-- | windows/README-Windows.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt index 65dc9db1..c7820f8c 100644 --- a/windows/README-Windows.txt +++ b/windows/README-Windows.txt @@ -92,6 +92,8 @@ Creating an import library for MSVC / Visual Studio lib /def:liblzma.def /out:liblzma.lib /machine:x64 + IMPORTANT: See also the file liblzma-crt-mixing.txt. + Reporting bugs -------------- |