mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 22:55:33 +02:00
we dont need all crash handle
This commit is contained in:
parent
66aa891306
commit
e55464ccaf
1 changed files with 3 additions and 7 deletions
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…
Add table
Reference in a new issue