mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +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/pg_trgm/Makefile
|
||||
|
||||
MODULE_big = pg_trgm
|
||||
OBJS = trgm_op.o trgm_gist.o trgm_gin.o trgm_regexp.o
|
||||
OBJS = trgm_op.o trgm_gist.o trgm_gin.o trgm_regexp.o $(WIN32RES)
|
||||
|
||||
EXTENSION = pg_trgm
|
||||
DATA = pg_trgm--1.1.sql pg_trgm--1.0--1.1.sql pg_trgm--unpackaged--1.0.sql
|
||||
PGFILEDESC = "pg_trgm - trigram matching"
|
||||
|
||||
REGRESS = pg_trgm
|
||||
|
||||
|
Reference in New Issue
Block a user