summaryrefslogtreecommitdiffstats
path: root/data/resources
diff options
context:
space:
mode:
Diffstat (limited to 'data/resources')
-rw-r--r--data/resources/Makefile.am3
-rw-r--r--data/resources/icon1.icobin0 -> 3774 bytes
-rw-r--r--data/resources/kvirc.rc29
-rw-r--r--data/resources/resource.h20
4 files changed, 52 insertions, 0 deletions
diff --git a/data/resources/Makefile.am b/data/resources/Makefile.am
new file mode 100644
index 00000000..71b9c6bf
--- /dev/null
+++ b/data/resources/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = icon1.ico kvirc.rc resource.h
+
+
diff --git a/data/resources/icon1.ico b/data/resources/icon1.ico
new file mode 100644
index 00000000..23f11473
--- /dev/null
+++ b/data/resources/icon1.ico
Binary files differ
diff --git a/data/resources/kvirc.rc b/data/resources/kvirc.rc
new file mode 100644
index 00000000..e25ef3b5
--- /dev/null
+++ b/data/resources/kvirc.rc
@@ -0,0 +1,29 @@
+//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON1 ICON DISCARDABLE "icon1.ico"
+IDD_ICON2 ICON DISCARDABLE "kvs.ico"
+IDD_ICON3 ICON DISCARDABLE "kvc.ico"
+IDD_ICON4 ICON DISCARDABLE "kvt.ico"
+IDD_ICON5 ICON DISCARDABLE "kva.ico"
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END \ No newline at end of file
diff --git a/data/resources/resource.h b/data/resources/resource.h
new file mode 100644
index 00000000..87135009
--- /dev/null
+++ b/data/resources/resource.h
@@ -0,0 +1,20 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by kvirc.rc
+//
+#define IDD_ICON1 100
+#define IDD_ICON2 101
+#define IDD_ICON3 102
+#define IDD_ICON4 103
+#define IDD_ICON5 104
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1000
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif