diff options
| author | Noah Misch | 2014-07-14 18:07:52 +0000 |
|---|---|---|
| committer | Noah Misch | 2014-07-14 18:07:52 +0000 |
| commit | 0ffc201a51395ca71fe429ef86c872850a5850ee (patch) | |
| tree | 982984e5beda2ea095400c604acf519b5103e82e /src/pl/plpgsql | |
| parent | c0e8fb6148ce9c539f6fbde71faa955cab85f214 (diff) | |
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.
Diffstat (limited to 'src/pl/plpgsql')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pl/plpgsql/src/Makefile b/src/pl/plpgsql/src/Makefile index 852b0c7ae49..e073b2abd0a 100644 --- a/src/pl/plpgsql/src/Makefile +++ b/src/pl/plpgsql/src/Makefile @@ -10,6 +10,8 @@ subdir = src/pl/plpgsql/src top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global +PGFILEDESC = "PL/pgSQL - procedural language" + # Shared library parameters NAME= plpgsql @@ -17,7 +19,8 @@ override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) SHLIB_LINK = $(filter -lintl, $(LIBS)) rpath = -OBJS = pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o pl_scanner.o +OBJS = pl_gram.o pl_handler.o pl_comp.o pl_exec.o \ + pl_funcs.o pl_scanner.o $(WIN32RES) DATA = plpgsql.control plpgsql--1.0.sql plpgsql--unpackaged--1.0.sql |
