summaryrefslogtreecommitdiff
path: root/win32/README-WIN32.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/README-WIN32.txt')
-rw-r--r--win32/README-WIN32.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt
index 35062cd..1e4c093 100644
--- a/win32/README-WIN32.txt
+++ b/win32/README-WIN32.txt
@@ -47,9 +47,9 @@ The package zlib-1.2.4-win32-x86.zip contains the following files:
47 zdll.lib Install these files into the compilers' LIB path if linking 47 zdll.lib Install these files into the compilers' LIB path if linking
48 zdll.exp a compiled program to the zlib1.dll binary 48 zdll.exp a compiled program to the zlib1.dll binary
49 49
50 zlib.lib Install these files into the compilers' LIB path if linking 50 zlib.lib Install these files into the compilers' LIB path to link zlib
51 zlib.pdb a compiled program to the zlib1.dll binary (zlib.pdb ensures 51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
52 that the resulting program may be debugged) 52 (zlib.pdb provides debugging info to the compile time linker)
53 53
54 zlib1.dll Install this binary shared library into the system PATH, or 54 zlib1.dll Install this binary shared library into the system PATH, or
55 the program's runtime directory (where the .exe resides) 55 the program's runtime directory (where the .exe resides)