From 2d78f786400db87ee52f944b7353f3169e2918d8 Mon Sep 17 00:00:00 2001 From: doug Date: Fri, 17 Aug 2012 04:06:59 +0000 Subject: [PATCH] Oops -- forgot to add the manifest and rc files for the CLI program. --- cli/macrompatcher.manifest | 10 ++++++++++ cli/macrompatcher.rc | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 cli/macrompatcher.manifest create mode 100644 cli/macrompatcher.rc diff --git a/cli/macrompatcher.manifest b/cli/macrompatcher.manifest new file mode 100644 index 0000000..38e7e50 --- /dev/null +++ b/cli/macrompatcher.manifest @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/cli/macrompatcher.rc b/cli/macrompatcher.rc new file mode 100644 index 0000000..ab8d91a --- /dev/null +++ b/cli/macrompatcher.rc @@ -0,0 +1,2 @@ +#include "winuser.h" +1 RT_MANIFEST macrompatcher.manifest \ No newline at end of file