Skip to content
Snippets Groups Projects
Commit 0ffc201a authored by Noah Misch's avatar Noah Misch
Browse files

Add file version information to most installed Windows binaries.

Prominent binaries already had this metadata.  A handful of minor
binaries, such as pg_regress.exe, still lack it; efforts to eliminate
such exceptions are welcome.

Michael Paquier, reviewed by MauMau.
parent c0e8fb61
Branches
Tags
No related merge requests found
Showing
with 20 additions and 1 deletion
......@@ -8,6 +8,7 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = euc_tw_and_big5
PGFILEDESC = "euc_tw <-> big5 text conversions"
SRCS += big5.c
OBJS += big5.o
......
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = latin2_and_win1250
PGFILEDESC = "latin2 <-> win1250 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = latin_and_mic
PGFILEDESC = "latin <-> mic text conversions"
include $(srcdir)/../proc.mk
SRCS += $(NAME).c
OBJS += $(NAME).o
OBJS += $(NAME).o $(WIN32RES)
rpath =
......
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_ascii
PGFILEDESC = "utf8 <-> ascii text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_big5
PGFILEDESC = "utf8 <-> big5 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_cyrillic
PGFILEDESC = "utf8 <-> cyrillic text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_euc2004
PGFILEDESC = "utf8 <-> euc2004 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_euc_cn
PGFILEDESC = "utf8 <-> euc_cn text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_euc_jp
PGFILEDESC = "utf8 <-> euc_jp text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_euc_kr
PGFILEDESC = "utf8 <-> euc_kr text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_euc_tw
PGFILEDESC = "utf8 <-> euc_tw text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_gb18030
PGFILEDESC = "utf8 <-> gb18030 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_gbk
PGFILEDESC = "utf8 <-> gbk text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_iso8859
PGFILEDESC = "utf8 <-> iso8859 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_iso8859_1
PGFILEDESC = "utf8 <-> iso8859_1 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_johab
PGFILEDESC = "utf8 <-> johab text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_sjis
PGFILEDESC = "utf8 <-> sjis text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_sjis2004
PGFILEDESC = "utf8 <-> sjis2004 text conversions"
include $(srcdir)/../proc.mk
......@@ -8,5 +8,6 @@ top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global
NAME = utf8_and_uhc
PGFILEDESC = "utf8 <-> uhc text conversions"
include $(srcdir)/../proc.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment