aboutsummaryrefslogtreecommitdiff
path: root/windows/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--windows/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/windows/README b/windows/README
index dddbbe1d..0e529de9 100644
--- a/windows/README
+++ b/windows/README
@@ -99,14 +99,6 @@ Additional Make Flags and Targets
mingw32-make DEBUG=1 CFLAGS="-g -O0"
- By default, liblzma is built as a DLL and the command line tools
- linked dynamically against that liblzma.dll. To build static
- versions instead, use STATIC=1:
-
- mingw32-make STATIC=1
-
- TODO: Static build is not implemented yet.
-
To copy the built binaries and required headers into a clean
directory, use the pkg target:
@@ -137,8 +129,6 @@ To Do
- Test Win64 support and add instructions about getting x86-64
version of MinGW.
- - Static liblzma and statically linked command line tools
-
- Creating the import library for other compilers/linkers
- Building with other compilers for Windows