aboutsummaryrefslogtreecommitdiff
path: root/win32/icon/icon.rc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/icon/icon.rc')
-rw-r--r--win32/icon/icon.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/icon/icon.rc b/win32/icon/icon.rc
new file mode 100644
index 000000000..d91c4a482
--- /dev/null
+++ b/win32/icon/icon.rc
@@ -0,0 +1,8 @@
1#include "../../include/autoconf.h"
2
3#if CONFIG_FEATURE_ICON_ATERM || CONFIG_FEATURE_ICON_ALL
41 ICON "aterm.ico"
5#endif
6#if CONFIG_FEATURE_ICON_STERM || CONFIG_FEATURE_ICON_ALL
72 ICON "sterm.ico"
8#endif