diff options
| author | Noah Misch | 2014-08-19 02:59:53 +0000 |
|---|---|---|
| committer | Noah Misch | 2014-08-19 02:59:53 +0000 |
| commit | ee9569e4df1c3bdb6858f4f65d0770783c32a84d (patch) | |
| tree | 4abc544d89e41c6bccbc01eb578919411fcd1461 /src/timezone/Makefile | |
| parent | fb2aece8ae4e6f23310d7c87c7da3fec6f5df3a1 (diff) | |
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.
Diffstat (limited to 'src/timezone/Makefile')
| -rw-r--r-- | src/timezone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile index ef739e9d098..a289050d82c 100644 --- a/src/timezone/Makefile +++ b/src/timezone/Makefile @@ -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 \ |
