Home | History | Annotate | Download | only in win32

Lines Matching full:dll

12 and minigzip_d flavors validate that the zlib1.dll file is working correctly.
29 DLL_FAQ.txt Frequently asked questions about zlib1.dll
32 example.exe A statically-bound example (using zlib.lib, not the dll)
35 example_d.exe A zlib1.dll bound example (using zdll.lib)
38 minigzip.exe A statically-bound test program (using zlib.lib, not the dll)
41 minigzip_d.exe A zlib1.dll bound test program (using zdll.lib)
48 zdll.exp a compiled program to the zlib1.dll binary
51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
54 zlib1.dll Install this binary shared library into the system PATH, or
56 zlib1.pdb Install in the same directory as zlib1.dll, in order to debug