mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
we dont need all crash handle
This commit is contained in:
parent
66aa891306
commit
e55464ccaf
10
premake5.lua
10
premake5.lua
@ -16,16 +16,12 @@ local predefined_libs = {
|
|||||||
|
|
||||||
local crash_win = {
|
local crash_win = {
|
||||||
"crash_printer/win.cpp",
|
"crash_printer/win.cpp",
|
||||||
"crash_printer/crash_printer/win.hpp",
|
"crash_printer/crash_printer/win.hpp"
|
||||||
"crash_printer/tests/test_win.cpp",
|
|
||||||
"crash_printer/tests/test_helper.hpp"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local crash_linux = {
|
local crash_linux = {
|
||||||
"crash_printer/linux.cpp",
|
"crash_printer/linux.cpp",
|
||||||
"crash_printer/crash_printer/linux.hpp",
|
"crash_printer/crash_printer/linux.hpp"
|
||||||
"crash_printer/tests/test_linux*",
|
|
||||||
"crash_printer/tests/test_helper.hpp"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local win_link = {
|
local win_link = {
|
||||||
@ -318,7 +314,7 @@ project "SteamEmu"
|
|||||||
libdirs {
|
libdirs {
|
||||||
x32_libsdir_linux
|
x32_libsdir_linux
|
||||||
}
|
}
|
||||||
|
|
||||||
-- ExperimentalDebug WINDOWS
|
-- ExperimentalDebug WINDOWS
|
||||||
filter { "ExperimentalDebug", "options:os=windows" }
|
filter { "ExperimentalDebug", "options:os=windows" }
|
||||||
files {
|
files {
|
||||||
|
Loading…
Reference in New Issue
Block a user