X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=gtkmm-osx%2Ftrunk%2Flibpng-1.2.5%2Fprojects%2Fmsvc%2FREADME.txt;h=d684b6bdaead09171c048ab7e616684fc5206780;hb=4ba22fb51d97f1ecce04dcc5e40569a4354c1bae;hp=c680fd8286c3d10fc771d7826715983abb4440a8;hpb=56a656f8d32f24919ac0ead81d3979925e64e6c9;p=synfig.git diff --git a/gtkmm-osx/trunk/libpng-1.2.5/projects/msvc/README.txt b/gtkmm-osx/trunk/libpng-1.2.5/projects/msvc/README.txt index c680fd8..d684b6b 100644 --- a/gtkmm-osx/trunk/libpng-1.2.5/projects/msvc/README.txt +++ b/gtkmm-osx/trunk/libpng-1.2.5/projects/msvc/README.txt @@ -12,8 +12,8 @@ To build: 0) On the main menu, select "File | Open Workspace" and then select "libpng.dsw". -1) On the main menu Select "Build | Set Active configuration". - Among the configurations beginning with "libpng" select the +1) On the main menu Select "Build | Set Active configuration". + Among the configurations beginning with "libpng" select the one you wish to build (the corresponding "zlib" configuration will be built automatically). @@ -34,7 +34,7 @@ libpng and zlib libraries: libpng13b.dll (C + Assembler debug version) libpng13d.dll (C code debug version) libpng13vb.dll (version for VB, uses "stdcall" protocol) - libpng13[c,e-m].dll (reserved for official versions) + libpng13[c,e-m].dll (reserved for official versions) libpng13[n-z].dll (available for private versions) zlib.dll (default version, currently C code only) zlibd.dll (debug version) @@ -43,14 +43,14 @@ libpng and zlib libraries: If you change anything in libpng, or select different compiler settings, please change the library name to an unreserved name, and define DLLFNAME_POSTFIX and (PRIVATEBUILD or SPECIALBUILD) accordingly. DLLFNAME_POSTFIX -should correspond to a string in the range of "N" to "Z" depending on the letter +should correspond to a string in the range of "N" to "Z" depending on the letter you choose for your private version. All DLLs built by this project use the Microsoft dynamic C runtime library MSVCRT.DLL (MSVCRTD.DLL for debug versions). If you distribute any of the above mentioned libraries you should also include this DLL in your package. For a list of files that are redistributable in Visual C++ 6.0, see -Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs. +Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs. 5) For an example workspace that builds an application using the resulting DLLs, go to Libpng's contrib\msvctest directory and use it to build