We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6603573 commit 0c6b930Copy full SHA for 0c6b930
src/backend/Makefile
@@ -5,12 +5,13 @@
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/12 11:33:09 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/12 21:42:21 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
12
PGFILEDESC = "PostgreSQL Server"
13
-PGAPPICON=win32
+# it is unclear that this should be labeled as an executable
14
+#PGAPPICON=win32
15
16
subdir = src/backend
17
top_builddir = ../..
0 commit comments