Skip to content
Snippets Groups Projects
Commit 05d0eaf5 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

added windows icon

parent a114f280
No related branches found
No related tags found
No related merge requests found
minetest-icon.ico

9.44 KiB

......@@ -128,6 +128,11 @@ set(common_SRCS
base64.cpp
)
# This gives us the icon
if(WIN32 AND MSVC)
set(common_SRCS ${common_SRCS} winresource.rc)
endif()
# Client sources
set(minetest_SRCS
${common_SRCS}
......
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
LANGUAGE 0, SUBLANG_NEUTRAL
130 ICON "..\\minetest-icon.ico"
//131 BITMAP "..\\minetest-icon.bmp"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment