mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
yes, linux doesnt need thos files, idk why
This commit is contained in:
parent
f2bb0f973f
commit
71a1e77fe7
25
premake5.lua
25
premake5.lua
@ -286,10 +286,7 @@ project "SteamEmu"
|
||||
linux_files
|
||||
}
|
||||
removefiles {
|
||||
"libs/simpleini/**"
|
||||
}
|
||||
|
||||
removefiles {
|
||||
"libs/simpleini/**",
|
||||
"helpers/pe_**"
|
||||
}
|
||||
buildoptions {
|
||||
@ -362,22 +359,26 @@ project "SteamEmu"
|
||||
-- ExperimentalDebug LINUX
|
||||
filter { "ExperimentalDebug", "options:os=linux" }
|
||||
files {
|
||||
default_files,
|
||||
predefined_libs,
|
||||
crash_linux,
|
||||
"controller/**",
|
||||
linux_files,
|
||||
"overlay_experimental/**"
|
||||
}
|
||||
|
||||
removefiles {
|
||||
"libs/simpleini/**",
|
||||
"helpers/pe_**"
|
||||
}
|
||||
defines { "DEBUG", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] }
|
||||
-- ExperimentalRelease LINUX
|
||||
filter { "ExperimentalRelease", "options:os=linux" }
|
||||
files {
|
||||
default_files,
|
||||
predefined_libs,
|
||||
crash_linux,
|
||||
"controller/**",
|
||||
linux_files,
|
||||
"overlay_experimental/**"
|
||||
}
|
||||
|
||||
removefiles {
|
||||
"libs/simpleini/**",
|
||||
"helpers/pe_**"
|
||||
}
|
||||
defines { "NDEBUG", "EMU_RELEASE_BUILD", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] }
|
||||
|
||||
-- End SteamEmu
|
||||
|
Loading…
Reference in New Issue
Block a user