diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-04-02 21:01:58 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-04-02 21:14:30 +0300 |
commit | 2cd5addc0c6d5712d4c365101338bfc10ab71615 (patch) | |
tree | 3fa5aa6641c2581cb9d7480c890ca9ddb5dca3f4 /misc | |
parent | 5bf06efb2a211c1e6727744937d009218671a059 (diff) | |
download | minetest-2cd5addc0c6d5712d4c365101338bfc10ab71615.tar.gz minetest-2cd5addc0c6d5712d4c365101338bfc10ab71615.tar.bz2 minetest-2cd5addc0c6d5712d4c365101338bfc10ab71615.zip |
Fix things for cross-compiling using mingw
Diffstat (limited to 'misc')
-rw-r--r-- | misc/winresource.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/winresource.rc b/misc/winresource.rc new file mode 100644 index 000000000..8913ff572 --- /dev/null +++ b/misc/winresource.rc @@ -0,0 +1,5 @@ +#include <windows.h>
+#include <commctrl.h>
+#include <richedit.h>
+LANGUAGE 0, SUBLANG_NEUTRAL
+130 ICON "minetest-icon.ico"
|