diff options
author | aavit <qt-info@nokia.com> | 2010-02-15 12:07:12 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-02-15 12:07:12 (GMT) |
commit | c9a13228d61de352edfb0019121bc83160d3b79f (patch) | |
tree | 0867fb6c2696084313358e6226d09d682defd51d /src/3rdparty/libpng/projects/visualc71/README_zlib.txt | |
parent | 815911cc85883f621874d3c11714e80dc352ee29 (diff) | |
download | Qt-c9a13228d61de352edfb0019121bc83160d3b79f.zip Qt-c9a13228d61de352edfb0019121bc83160d3b79f.tar.gz Qt-c9a13228d61de352edfb0019121bc83160d3b79f.tar.bz2 |
Delete libpng 1.2.40
Diffstat (limited to 'src/3rdparty/libpng/projects/visualc71/README_zlib.txt')
-rw-r--r-- | src/3rdparty/libpng/projects/visualc71/README_zlib.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/3rdparty/libpng/projects/visualc71/README_zlib.txt b/src/3rdparty/libpng/projects/visualc71/README_zlib.txt deleted file mode 100644 index ff6a5c7..0000000 --- a/src/3rdparty/libpng/projects/visualc71/README_zlib.txt +++ /dev/null @@ -1,44 +0,0 @@ -/* WARNING: This file was put in the LibPNG distribution for convenience only. - It is expected to be part of the next zlib release under - "projects\visualc71\README.txt." */ - -Microsoft Developer Studio Project File, Format Version 7.10 for zlib. - -Copyright (C) 2004 Simon-Pierre Cadieux. -Copyright (C) 2004 Cosmin Truta. -For conditions of distribution and use, see copyright notice in zlib.h. - - -To use: - -1) On the main menu, select "File | Open Solution". - Open "zlib.sln". - -2) Display the Solution Explorer view (Ctrl+Alt+L) - -3) Set one of the project as the StartUp project. If you just want to build the - binaries set "zlib" as the startup project (Select "zlib" tree view item + - Project | Set as StartUp project). If you want to build and test the - binaries set it to "example" (Select "example" tree view item + Project | - Set as StartUp project), If you want to build the minigzip utility set it to - "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp - project - -4) Select "Build | Configuration Manager...". - Choose the configuration you wish to build. - -5) Select "Build | Clean Solution". - -6) Select "Build | Build Solution (Ctrl-Shift-B)" - -This project builds the zlib binaries as follows: - -* Win32_DLL_Release\zlib1.dll DLL build -* Win32_DLL_Debug\zlib1d.dll DLL build (debug version) -* Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code -* Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version) -* Win32_LIB_Release\zlib.lib static build -* Win32_LIB_Debug\zlibd.lib static build (debug version) -* Win32_LIB_ASM_Release\zlib.lib static build using ASM code -* Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version) - |