Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 845a3bd

Browse files
committed
Add missing file.
1 parent 690235f commit 845a3bd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/interfaces/libpq/libpq.rc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#include <winver.h>
2+
3+
VS_VERSION_INFO VERSIONINFO
4+
FILEVERSION 6,4,0,0
5+
PRODUCTVERSION 6,4,0,0
6+
FILEFLAGSMASK 0x3fL
7+
FILEFLAGS 0
8+
FILEOS VOS__WINDOWS32
9+
FILETYPE VFT_DLL
10+
FILESUBTYPE 0x0L
11+
BEGIN
12+
BLOCK "StringFileInfo"
13+
BEGIN
14+
BLOCK "040904B0"
15+
BEGIN
16+
VALUE "CompanyName", "\0"
17+
VALUE "FileDescription", "PostgreSQL Access Library\0"
18+
VALUE "FileVersion", "6, 4, 0, 0\0"
19+
VALUE "InternalName", "libpq\0"
20+
VALUE "LegalCopyright", "Copyright (C) 1998\0"
21+
VALUE "LegalTrademarks", "\0"
22+
VALUE "OriginalFilename", "libpq.dll\0"
23+
VALUE "ProductName", "PostgreSQL\0"
24+
VALUE "ProductVersion", "6, 4, 0, 0\0"
25+
END
26+
END
27+
BLOCK "VarFileInfo"
28+
BEGIN
29+
VALUE "Translation", 0x409, 1200
30+
END
31+
END

0 commit comments

Comments
 (0)