1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Merge remote-tracking branch 'origin/upstream'

This commit is contained in:
Nils Dagsson Moskopp 2011-07-31 20:04:04 +02:00
commit 7ece67727d
30 changed files with 233 additions and 52 deletions

View file

@ -129,6 +129,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}