1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 11:15:18 +02:00

Merge remote-tracking branch 'origin/upstream'

This commit is contained in:
Nils Dagsson Moskopp
2011-07-31 20:04:04 +02:00
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}