mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Merge branch 'master' into macos-mojave-fixes
This commit is contained in:
commit
5d125f2caa
3 changed files with 18 additions and 3 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -7,6 +7,17 @@
|
|||
*.bmp
|
||||
*.lproj
|
||||
|
||||
*.tmp
|
||||
*.vcxproj
|
||||
*.filters
|
||||
*.sln
|
||||
*.user
|
||||
|
||||
bin/
|
||||
lib/
|
||||
oneshot\.dir/
|
||||
x64/
|
||||
|
||||
Makefile*
|
||||
|
||||
/oneshot
|
||||
|
|
@ -34,11 +45,11 @@ OneShot
|
|||
.qmake.stash
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install\.cmake
|
||||
conanbuildinfo\.cmake
|
||||
conaninfo\.txt
|
||||
conanbuildinfo\.txt
|
||||
cmake_install\.cmake
|
||||
conan_imports_manifest\.txt
|
||||
package/
|
||||
|
||||
oclint/
|
||||
|
||||
*.tmp
|
||||
|
|
|
|||
|
|
@ -151,6 +151,9 @@ if(WIN32)
|
|||
list(APPEND MAIN_SOURCE assets/resources.rc)
|
||||
list(APPEND DEFINES UNICODE)
|
||||
list(APPEND PLATFORM_LIBRARIES Secur32)
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windows
|
||||
)
|
||||
endif()
|
||||
|
||||
if (STEAM)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include "debugwriter.h"
|
||||
|
||||
#if defined _WIN32
|
||||
#define OS_W32
|
||||
#include <shlwapi.h>
|
||||
#elif defined __APPLE__ || __linux__
|
||||
#define LINUX
|
||||
|
|
|
|||
Loading…
Reference in a new issue