aboutsummaryrefslogtreecommitdiff
path: root/windows/README
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-02-07 16:26:58 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-02-07 16:26:58 +0200
commitd0ab8c1c73ae712adb0d26fbb9da762d99a63618 (patch)
tree4fcd04404b3860cef411769ac159ffbcd3a22ade /windows/README
parentSupport LZMA_API_STATIC in assembler files to (diff)
downloadxz-d0ab8c1c73ae712adb0d26fbb9da762d99a63618.tar.xz
MinGW support: Don't build fastpos_tablegen.c as part of
liblzma. Build both static and dynamic liblzma, and also static and dynamic versions of the command line tools.
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