windows: move windows specific files
Moved the windows-specific files into their own subdir for cleanliness's sake and mesonbuild organization. Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
This commit is contained in:
parent
f172f58c74
commit
01e17ed5c6
4 changed files with 2 additions and 2 deletions
BIN
windows/icon.ico
Normal file
BIN
windows/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
1
windows/resource.h
Normal file
1
windows/resource.h
Normal file
|
@ -0,0 +1 @@
|
|||
#define IDI_APPICON 101
|
4
windows/resource.rc
Normal file
4
windows/resource.rc
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
IDI_APPICON ICON "icon.ico"
|
Loading…
Add table
Add a link
Reference in a new issue