diff options
author | DaMan <daman6009@comcast.net> | 2017-08-31 18:37:11 -0400 |
---|---|---|
committer | DaMan <daman6009@comcast.net> | 2017-09-02 20:08:11 -0400 |
commit | 40505bc4fcc5cb1043b90b0acdce9e0093422921 (patch) | |
tree | 278fc2720513cd515221ee9254157780eb6b548d /src | |
parent | f251b8873a6981431bc0383ec86a6b1c986c8e2b (diff) |
Add manifest
Diffstat (limited to 'src')
-rw-r--r-- | src/citra/citra.rc | 8 | ||||
-rw-r--r-- | src/citra_qt/citra-qt.rc | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/citra/citra.rc b/src/citra/citra.rc index fea603004..c490ef302 100644 --- a/src/citra/citra.rc +++ b/src/citra/citra.rc @@ -1,3 +1,4 @@ +#include "winresrc.h" ///////////////////////////////////////////////////////////////////////////// // // Icon @@ -7,3 +8,10 @@ // remains consistent on all systems. CITRA_ICON ICON "../../dist/citra.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "../../dist/citra.manifest" diff --git a/src/citra_qt/citra-qt.rc b/src/citra_qt/citra-qt.rc index fea603004..c490ef302 100644 --- a/src/citra_qt/citra-qt.rc +++ b/src/citra_qt/citra-qt.rc @@ -1,3 +1,4 @@ +#include "winresrc.h" ///////////////////////////////////////////////////////////////////////////// // // Icon @@ -7,3 +8,10 @@ // remains consistent on all systems. CITRA_ICON ICON "../../dist/citra.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "../../dist/citra.manifest" |