Merge branch 'master' into nazara-next
This commit is contained in:
8
thirdparty/build/lua.lua
vendored
8
thirdparty/build/lua.lua
vendored
@@ -8,3 +8,11 @@ LIBRARY.Files = {
|
||||
"../thirdparty/src/Lua/*.h",
|
||||
"../thirdparty/src/Lua/*.cpp"
|
||||
}
|
||||
|
||||
LIBRARY.OsDefines.Windows = {
|
||||
"LUA_USE_WINDOWS"
|
||||
}
|
||||
|
||||
LIBRARY.OsDefines.Posix = {
|
||||
"LUA_USE_LINUX"
|
||||
}
|
||||
|
||||
1
thirdparty/include/SDL2/SDL_config.h
vendored
1
thirdparty/include/SDL2/SDL_config.h
vendored
@@ -214,7 +214,6 @@ typedef unsigned int uintptr_t;
|
||||
|
||||
/* Enable various video drivers */
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
#define SDL_VIDEO_DRIVER_WINDOWS 1
|
||||
|
||||
#ifndef SDL_VIDEO_RENDER_D3D
|
||||
#define SDL_VIDEO_RENDER_D3D 1
|
||||
|
||||
Reference in New Issue
Block a user