Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2015-11-15 23:59:14 +0300
committerOliver Schneider <oliver@assarbad.net>2015-11-15 23:59:14 +0300
commit548fe3cc51d7a06d8cb5332f75c6d5750c4334bd (patch)
tree2d52e41ab5dd62cb06d2717b27268053bfa9ec14
parent80f94bc24ec1020a48854f87817cf7bf3be2c473 (diff)
Simply adding a file icon for the binary
--HG-- branch : WDS-build
-rw-r--r--src/host/premake4.icobin0 -> 56033 bytes
-rw-r--r--src/host/premake4.rc6
2 files changed, 6 insertions, 0 deletions
diff --git a/src/host/premake4.ico b/src/host/premake4.ico
new file mode 100644
index 0000000..22b2c30
--- /dev/null
+++ b/src/host/premake4.ico
Binary files differ
diff --git a/src/host/premake4.rc b/src/host/premake4.rc
index 7018839..2099bd9 100644
--- a/src/host/premake4.rc
+++ b/src/host/premake4.rc
@@ -8,6 +8,10 @@
# include "hgtip.h"
#endif
+#ifndef IDR_MAINFRAME
+#define IDR_MAINFRAME 1
+#endif // IDR_MAINFRAME
+
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
@@ -47,3 +51,5 @@ BEGIN
VALUE "Translation", 0x409, 1252
END
END
+
+IDR_MAINFRAME ICON "premake4.ico"