summaryrefslogtreecommitdiff
path: root/msvc/win32.rc
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/win32.rc')
-rw-r--r--msvc/win32.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/msvc/win32.rc b/msvc/win32.rc
index d637d3f4..668bdb0a 100644
--- a/msvc/win32.rc
+++ b/msvc/win32.rc
@@ -51,3 +51,10 @@ BEGIN
END
END
+// GhostlyDeath - Preferebly for codeblocks (if it even uses this RC!)
+#ifdef __MINGW32__
+#ifdef CHOCOLATESETUP
+// RT_MANIFEST might NOT be defined
+1 24 "../setup/setup-manifest.xml"
+#endif
+#endif