Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

33
build_windows/libdb.rc Normal file
View File

@@ -0,0 +1,33 @@
1 VERSIONINFO
FILEVERSION 4,0,7,25
PRODUCTVERSION 4,0,7,25
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Oracle\0"
VALUE "FileDescription", "Berkeley DB 4.7 DLL\0"
VALUE "FileVersion", "4.7.25\0"
VALUE "InternalName", "libdb47.dll\0"
VALUE "LegalCopyright", "Copyright <20> Oracle 1997,2008\0"
VALUE "OriginalFilename", "libdb47.dll\0"
VALUE "ProductName", "Oracle libdb\0"
VALUE "ProductVersion", "4.7.25\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END