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:
Marty Plummer 2017-07-22 16:50:50 -05:00 committed by Jonas Kulla
parent f172f58c74
commit 01e17ed5c6
4 changed files with 2 additions and 2 deletions

BIN
windows/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
windows/resource.h Normal file
View file

@ -0,0 +1 @@
#define IDI_APPICON 101

4
windows/resource.rc Normal file
View file

@ -0,0 +1,4 @@
#include <windows.h>
#include "resource.h"
IDI_APPICON ICON "icon.ico"