mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03: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:
@ -1,10 +1,11 @@
|
||||
# contrib/uuid-ossp/Makefile
|
||||
|
||||
MODULE_big = uuid-ossp
|
||||
OBJS = uuid-ossp.o $(UUID_EXTRA_OBJS)
|
||||
OBJS = uuid-ossp.o $(UUID_EXTRA_OBJS) $(WIN32RES)
|
||||
|
||||
EXTENSION = uuid-ossp
|
||||
DATA = uuid-ossp--1.0.sql uuid-ossp--unpackaged--1.0.sql
|
||||
PGFILEDESC = "uuid-ossp - UUID generation"
|
||||
|
||||
REGRESS = uuid_ossp
|
||||
|
||||
|
Reference in New Issue
Block a user