summaryrefslogtreecommitdiff
path: root/PC/pylauncher.rc
diff options
context:
space:
mode:
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r--PC/pylauncher.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc
index 3da3445f5f..92987af713 100644
--- a/PC/pylauncher.rc
+++ b/PC/pylauncher.rc
@@ -7,6 +7,11 @@
#include <winuser.h>
1 RT_MANIFEST "python.manifest"
+#if defined(PY_ICON)
+1 ICON DISCARDABLE "icons\python.ico"
+#elif defined(PYW_ICON)
+1 ICON DISCARDABLE "icons\pythonw.ico"
+#else
1 ICON DISCARDABLE "icons\launcher.ico"
2 ICON DISCARDABLE "icons\py.ico"
3 ICON DISCARDABLE "icons\pyc.ico"
@@ -14,6 +19,7 @@
5 ICON DISCARDABLE "icons\python.ico"
6 ICON DISCARDABLE "icons\pythonw.ico"
7 ICON DISCARDABLE "icons\setup.ico"
+#endif
/////////////////////////////////////////////////////////////////////////////
//