source: rtems/cpukit/zlib/old/visualc6/README.txt @ 48a57c5

4.104.114.84.95
Last change on this file since 48a57c5 was df68bcf1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/04 at 04:00:00

Import from zlib-1.2.5

  • Property mode set to 100644
File size: 2.4 KB
Line 
1Microsoft Developer Studio Project Files, Format Version 6.00 for zlib.
2
3Copyright (C) 2000-2004 Simon-Pierre Cadieux.
4Copyright (C) 2004 Cosmin Truta.
5For conditions of distribution and use, see copyright notice in zlib.h.
6
7
8This project builds the zlib binaries as follows:
9
10* Win32_DLL_Release\zlib1.dll       DLL build
11* Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
12* Win32_DLL_ASM_Release\zlib1.dll   DLL build using ASM code
13* Win32_DLL_ASM_Debug\zlib1d.dll    DLL build using ASM code (debug version)
14* Win32_LIB_Release\zlib.lib        static build
15* Win32_LIB_Debug\zlibd.lib         static build (debug version)
16* Win32_LIB_ASM_Release\zlib.lib    static build using ASM code
17* Win32_LIB_ASM_Debug\zlibd.lib     static build using ASM code (debug version)
18
19
20For more information regarding the DLL builds, please see the DLL FAQ
21in ..\..\win32\DLL_FAQ.txt.
22
23
24To build and test:
25
261) On the main menu, select "File | Open Workspace".
27   Open "zlib.dsw".
28
292) Select "Build | Set Active Configuration".
30   Choose the configuration you wish to build.
31
323) Select "Build | Clean".
33
344) Select "Build | Build ... (F7)".  Ignore warning messages about
35   not being able to find certain include files (e.g. alloc.h).
36
375) If you built one of the sample programs (example or minigzip),
38   select "Build | Execute ... (Ctrl+F5)".
39
40
41To use:
42
431) Select "Project | Settings (Alt+F7)".
44   Make note of the configuration names used in your project.
45   Usually, these names are "Win32 Release" and "Win32 Debug".
46
472) In the Workspace window, select the "FileView" tab.
48   Right-click on the root item "Workspace '...'".
49   Select "Insert Project into Workspace".
50   Switch on the checkbox "Dependency of:", and select the name
51   of your project.  Open "zlib.dsp".
52
533) Select "Build | Configurations".
54   For each configuration of your project:
55   3.1) Choose the zlib configuration you wish to use.
56   3.2) Click on "Add".
57   3.3) Set the new zlib configuration name to the name used by
58        the configuration from the current iteration.
59
604) Select "Build | Set Active Configuration".
61   Choose the configuration you wish to build.
62
635) Select "Build | Build ... (F7)".
64
656) If you built an executable program, select
66   "Build | Execute ... (Ctrl+F5)".
67
68
69Note:
70
71To build the ASM-enabled code, you need Microsoft Assembler
72(ML.EXE).  You can get it by downloading and installing the
73latest Processor Pack for Visual C++ 6.0.
Note: See TracBrowser for help on using the repository browser.