mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 02:37:31 +08:00
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.
This commit is contained in:
@ -38,6 +38,8 @@ override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
|
||||
|
||||
rpathdir = $(python_libdir)
|
||||
|
||||
PGFILEDESC = "PL/Python - procedural language"
|
||||
|
||||
NAME = plpython$(python_majorversion)
|
||||
|
||||
OBJS = \
|
||||
@ -52,7 +54,8 @@ OBJS = \
|
||||
plpy_spi.o \
|
||||
plpy_subxactobject.o \
|
||||
plpy_typeio.o \
|
||||
plpy_util.o
|
||||
plpy_util.o \
|
||||
$(WIN32RES)
|
||||
|
||||
DATA = $(NAME)u.control $(NAME)u--1.0.sql $(NAME)u--unpackaged--1.0.sql
|
||||
ifeq ($(python_majorversion),2)
|
||||
|
||||
Reference in New Issue
Block a user