yuzu_tester: Use config, icon, and main from yuzu-cmd
This commit is contained in:
parent
c508a8d82a
commit
819006d0d3
6 changed files with 624 additions and 0 deletions
17
src/yuzu_tester/yuzu.rc
Normal file
17
src/yuzu_tester/yuzu.rc
Normal file
|
@ -0,0 +1,17 @@
|
|||
#include "winresrc.h"
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
YUZU_ICON ICON "../../dist/yuzu.ico"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// RT_MANIFEST
|
||||
//
|
||||
|
||||
1 RT_MANIFEST "../../dist/yuzu.manifest"
|
Loading…
Add table
Add a link
Reference in a new issue