From 700a6dee1e9b6a1b5b28bab9dca9d7f9996823f5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 24 Aug 2012 13:44:29 +0200 Subject: link kephra.manifest as resource into binary --- Makefile | 2 +- icon.rc | 3 +++ kephra.manifest | 22 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 kephra.manifest diff --git a/Makefile b/Makefile index 507fbb7..c5d952a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all : kephra.exe starter_xsi.c: $(PERL) -MExtUtils::Embed -e xsinit -- -o $@ -icon.o : icon.rc kephra_proton.ico +icon.o : icon.rc kephra_proton.ico kephra.manifest $(RC) $< $@ kephra.exe : starter.o starter_xsi.o icon.o diff --git a/icon.rc b/icon.rc index 7ea9e51..7e7262c 100644 --- a/icon.rc +++ b/icon.rc @@ -1 +1,4 @@ +#include + DEFAULT ICON "kephra_proton.ico" +1 RT_MANIFEST "kephra.manifest" diff --git a/kephra.manifest b/kephra.manifest new file mode 100644 index 0000000..876a8e1 --- /dev/null +++ b/kephra.manifest @@ -0,0 +1,22 @@ + + + + MOM Client Application + + + + + + -- cgit v1.2.3