diff options
author | James Rowe <jroweboy@gmail.com> | 2017-09-03 12:48:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-03 12:48:02 -0400 |
commit | 3fd864d67bd3f193a5fd0d6bd65084c5055343e5 (patch) | |
tree | 760d235c729e18f9aabb5a48fc0c7a7b8e25ee42 /src | |
parent | 415d3c0bac5c27b4672c5436a17b1a0f9b211245 (diff) | |
parent | 40505bc4fcc5cb1043b90b0acdce9e0093422921 (diff) |
Merge pull request #2911 from DaMan69/master
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" |