Commit 8120ff63 authored by Bruce Momjian's avatar Bruce Momjian

More Win32 zic build cleanups now that we have symlinks, it needs help.

parent e81cbc21
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Makefile for the timezone library # Makefile for the timezone library
# IDENTIFICATION # IDENTIFICATION
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.14 2004/08/08 04:53:41 momjian Exp $ # $PostgreSQL: pgsql/src/timezone/Makefile,v 1.15 2004/08/08 05:19:44 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global ...@@ -15,10 +15,10 @@ include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) override CPPFLAGS := -DFRONTEND $(CPPFLAGS)
# files to build into backend # files to build into backend
OBJS= localtime.o strftime.o pgtz.o dirmod.o OBJS= localtime.o strftime.o pgtz.o
# files needed to build zic utility program # 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 dirmod.o
# timezone data files # timezone data files
TZDATA := africa antarctica asia australasia europe northamerica southamerica \ TZDATA := africa antarctica asia australasia europe northamerica southamerica \
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). * 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.9 2004/07/22 01:41:24 tgl Exp $ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.10 2004/08/08 05:19:44 momjian Exp $
*/ */
#include "postgres.h" #include "postgres.h"
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "tzfile.h" #include "tzfile.h"
#ifdef WIN32 #ifdef WIN32
#undef unlink
#include <windows.h> #include <windows.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment