diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile index e4bf0fe9c0e..3c420031759 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -10,8 +10,7 @@ #------------------------------------------------------------------------- PGFILEDESC = "PostgreSQL Server" -# This is a daemon process, which is why it is not labeled as an executable -#PGAPPICON=win32 +PGAPPICON=win32 subdir = src/backend top_builddir = ../.. |