mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Finish adding file version information to installed Windows binaries.
In support of this, have the MSVC build follow GNU make in preferring GNUmakefile over Makefile when a directory contains both. Michael Paquier, reviewed by MauMau.
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
PGFILEDESC = "zic - time zone compiler"
|
||||
PGAPPICON = win32
|
||||
|
||||
subdir = src/timezone
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
@ -16,7 +19,7 @@ include $(top_builddir)/src/Makefile.global
|
||||
OBJS= localtime.o strftime.o pgtz.o
|
||||
|
||||
# files needed to build zic utility program
|
||||
ZICOBJS= zic.o ialloc.o scheck.o localtime.o
|
||||
ZICOBJS= zic.o ialloc.o scheck.o localtime.o $(WIN32RES)
|
||||
|
||||
# timezone data files
|
||||
TZDATA = africa antarctica asia australasia europe northamerica southamerica \
|
||||
|
Reference in New Issue
Block a user