summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
Diffstat (limited to 'msvc')
-rw-r--r--msvc/win32.rc8
1 files changed, 7 insertions, 1 deletions
diff --git a/msvc/win32.rc b/msvc/win32.rc
index 400c054d..aa6120e9 100644
--- a/msvc/win32.rc
+++ b/msvc/win32.rc
@@ -23,7 +23,13 @@
//
//-----------------------------------------------------------------------------
+#ifndef DEDICATEDSERVER
+#ifdef CHOCOLATESETUP
+1 ICON "../data/chocolate-setup.ico"
+#else
1 ICON "../data/chocolate-doom.ico"
+#endif
+#endif
1 VERSIONINFO
PRODUCTVERSION 1,0,0,0
@@ -43,4 +49,4 @@ BEGIN
VALUE "ProductVersion", "1.0.0"
END
END
-END \ No newline at end of file
+END