diff options
Diffstat (limited to 'projects/visualc6/README.txt')
-rw-r--r-- | projects/visualc6/README.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/projects/visualc6/README.txt b/projects/visualc6/README.txt new file mode 100644 index 0000000..71d6105 --- /dev/null +++ b/projects/visualc6/README.txt | |||
@@ -0,0 +1,38 @@ | |||
1 | Microsoft Developer Studio Project Files, Format Version 6.00 for zlib. | ||
2 | |||
3 | Copyright (C) 2000-2004 Simon-Pierre Cadieux. | ||
4 | Copyright (C) 2004 Cosmin Truta. | ||
5 | For conditions of distribution and use, see copyright notice in zlib.h. | ||
6 | |||
7 | |||
8 | To use: | ||
9 | |||
10 | 1) On the main menu, select "File | Open Workspace". | ||
11 | Open "zlib.dsw". | ||
12 | |||
13 | 2) Select "Build | Set Active Configuration". | ||
14 | Choose the configuration you wish to build. | ||
15 | |||
16 | 3) Select "Build | Clean". | ||
17 | |||
18 | 4) Select "Build | Build ... (F7)". Ignore warning messages about | ||
19 | not being able to find certain include files (e.g. alloc.h). | ||
20 | |||
21 | 5) If you built one of the sample programs (example or minigzip), | ||
22 | select "Build | Execute ... (Ctrl+F5)". | ||
23 | |||
24 | |||
25 | This project builds the zlib binaries as follows: | ||
26 | |||
27 | * Win32_DLL_Release\zlib1.dll DLL build | ||
28 | * Win32_DLL_Debug\zlib1d.dll DLL build (debug version) | ||
29 | * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code | ||
30 | * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version) | ||
31 | * Win32_LIB_Release\zlib.lib static build | ||
32 | * Win32_LIB_Debug\zlibd.lib static build (debug version) | ||
33 | * Win32_LIB_ASM_Release\zlib.lib static build using ASM code | ||
34 | * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version) | ||
35 | |||
36 | |||
37 | For more information regarding the DLL builds, please see the DLL FAQ | ||
38 | in ..\..\win32\DLL_FAQ.txt. | ||