1 #define PNG_VERSION_INFO_ONLY
7 #define QUOTE(x) _QUOTE(x)
9 #define PNG_LIBPNG_DLLFNAME "LIBPNG"
11 #if defined(DLLFNAME_POSTFIX) && !defined(PRIVATEBUILD) && !defined(SPECIALBUILD)
12 # error PRIVATEBUILD or SPECIALBUILD must be defined as a string describing the type of change brought to the standard library
13 #endif /* defined(DLLFNAME_POSTFIX)... */
15 #if defined(PNG_USE_PNGVCRD)
16 # if !defined(SPECIALBUILD)
17 # define SPECIALBUILD "Use MMX instructions"
18 # endif /* SPECIALBUILD */
21 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
22 # define VS_DEBUG VS_FF_DEBUG
23 # ifndef DLLFNAME_POSTFIX
24 # define DLLFNAME_POSTFIX "D"
25 # endif /* DLLFNAME_POSTFIX */
27 # define COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
28 # endif /* COMMENTS */
31 # ifndef DLLFNAME_POSTFIX
32 # define DLLFNAME_POSTFIX
33 # endif /* DLLFNAME_POSTFIX */
34 #endif /* defined(DEBUG)... */
37 # define VS_PRIVATEBUILD VS_FF_PRIVATEBUILD
39 # define VS_PRIVATEBUILD 0
40 #endif /* PRIVATEBUILD */
43 # define VS_SPECIALBUILD VS_FF_SPECIALBUILD
45 # define VS_SPECIALBUILD 0
46 #endif /* SPECIALBUILD */
48 #if ((PNG_LIBPNG_BUILD_TYPE & PNG_LIBPNG_BUILD_TYPEMASK) != \
49 PNG_LIBPNG_BUILD_STABLE)
50 # define VS_PRERELEASE VS_FF_PRERELEASE
53 # define VS_PRERELEASE 0
54 # if (PNG_LIBPNG_BUILD_TYPE & PNG_LIBPNG_BUILD_PATCHED)
55 # define VS_PATCHED VS_FF_PATCHED
61 VS_VERSION_INFO VERSIONINFO
62 FILEVERSION PNG_LIBPNG_VER_MAJOR, PNG_LIBPNG_VER_MINOR, PNG_LIBPNG_VER_RELEASE, PNG_LIBPNG_VER_BUILD
63 PRODUCTVERSION PNG_LIBPNG_VER_MAJOR, PNG_LIBPNG_VER_MINOR, PNG_LIBPNG_VER_RELEASE, PNG_LIBPNG_VER_BUILD
64 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
65 FILEFLAGS VS_DEBUG | VS_PRIVATEBUILD | VS_SPECIALBUILD | VS_PRERELEASE | VS_PATCHED
68 FILESUBTYPE VFT2_UNKNOWN
70 BLOCK "StringFileInfo"
71 BEGIN BLOCK "040904E4" /* Language type = U.S English(0x0409) and Character Set = Windows, Multilingual(0x04E4) */
74 VALUE "Comments", COMMENTS "\000"
76 VALUE "FileDescription", "PNG image compression library\000"
77 VALUE "FileVersion", PNG_LIBPNG_VER_STRING "\000"
78 VALUE "InternalName", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) DLLFNAME_POSTFIX " (Windows 32 bit)\000"
79 VALUE "LegalCopyright", "\251 1998-2004 Glenn Randers-Pehrson et al.\000"
80 VALUE "OriginalFilename", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) DLLFNAME_POSTFIX ".DLL\000"
82 VALUE "PrivateBuild", PRIVATEBUILD
83 #endif /* PRIVATEBUILD */
84 VALUE "ProductName", "LibPNG\000"
85 VALUE "ProductVersion", "1\000"
87 VALUE "SpecialBuild", SPECIALBUILD
88 #endif /* SPECIALBUILD */
93 VALUE "Translation", 0x0409, 0x04E4