|
5 | 5 | # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
8 |
| -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/1211:33:09 momjian Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/1221:42:21 momjian Exp $ |
9 | 9 | #
|
10 | 10 | #-------------------------------------------------------------------------
|
11 | 11 |
|
12 | 12 | PGFILEDESC = "PostgreSQL Server"
|
13 |
| -PGAPPICON=win32 |
| 13 | +# it is unclear that this should be labeled as an executable |
| 14 | +#PGAPPICON=win32 |
14 | 15 |
|
15 | 16 | subdir = src/backend
|
16 | 17 | top_builddir = ../..
|
|