summaryrefslogtreecommitdiff
path: root/src/bin/pgevent
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgevent')
-rw-r--r--src/bin/pgevent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pgevent/Makefile b/src/bin/pgevent/Makefile
index e0f27e5d5a5..013b801c64f 100644
--- a/src/bin/pgevent/Makefile
+++ b/src/bin/pgevent/Makefile
@@ -7,6 +7,8 @@
#-------------------------------------------------------------------------
PGFILEDESC = "Eventlog message formatter"
+PGAPPICON=win32
+
PGFILESHLIB = 1
subdir = src/bin/pgevent
top_builddir = ../../..