File tree Expand file tree Collapse file tree 2 files changed +3
-273
lines changed Expand file tree Collapse file tree 2 files changed +3
-273
lines changed Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------------------------
2
2
#
3
3
# Makefile--
4
- # Makefile for port/win32
4
+ # Makefile for backend/ port/win32
5
5
#
6
6
# IDENTIFICATION
7
- # $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.6 2004/08 /29 00:38:03 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.7 2006/04 /29 20:52:56 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
subdir = src/backend/port/win32
12
12
top_builddir = ../../../..
13
13
include $(top_builddir ) /src/Makefile.global
14
14
15
- OBJS = sema.o shmem.o timer.o socket.o signal.o security.o error.o
15
+ OBJS = shmem.o timer.o socket.o signal.o security.o error.o
16
16
17
17
all : SUBSYS.o
18
18
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments