Fix things for cross-compiling using mingw

This commit is contained in:
Perttu Ahola
2012-04-02 21:01:58 +03:00
parent 5bf06efb2a
commit 2cd5addc0c
4 changed files with 29 additions and 15 deletions

5
misc/winresource.rc Normal file
View File

@@ -0,0 +1,5 @@
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
LANGUAGE 0, SUBLANG_NEUTRAL
130 ICON "minetest-icon.ico"