mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-29 19:44:52 +02:00
yes, linux doesnt need thos files, idk why
This commit is contained in:
parent
f2bb0f973f
commit
71a1e77fe7
1 changed files with 13 additions and 12 deletions
25
premake5.lua
25
premake5.lua
|
@ -286,10 +286,7 @@ project "SteamEmu"
|
||||||
linux_files
|
linux_files
|
||||||
}
|
}
|
||||||
removefiles {
|
removefiles {
|
||||||
"libs/simpleini/**"
|
"libs/simpleini/**",
|
||||||
}
|
|
||||||
|
|
||||||
removefiles {
|
|
||||||
"helpers/pe_**"
|
"helpers/pe_**"
|
||||||
}
|
}
|
||||||
buildoptions {
|
buildoptions {
|
||||||
|
@ -362,22 +359,26 @@ project "SteamEmu"
|
||||||
-- ExperimentalDebug LINUX
|
-- ExperimentalDebug LINUX
|
||||||
filter { "ExperimentalDebug", "options:os=linux" }
|
filter { "ExperimentalDebug", "options:os=linux" }
|
||||||
files {
|
files {
|
||||||
default_files,
|
linux_files,
|
||||||
predefined_libs,
|
|
||||||
crash_linux,
|
|
||||||
"controller/**",
|
|
||||||
"overlay_experimental/**"
|
"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"] }
|
defines { "DEBUG", "CONTROLLER_SUPPORT", "EMU_OVERLAY", "ImTextureID=ImU64", "UTF_CPP_CPLUSPLUS=201703L", "CURL_STATICLIB", "UNICODE", "_UNICODE", "GNUC", "EMU_BUILD_STRING=".._OPTIONS["emubuild"] }
|
||||||
-- ExperimentalRelease LINUX
|
-- ExperimentalRelease LINUX
|
||||||
filter { "ExperimentalRelease", "options:os=linux" }
|
filter { "ExperimentalRelease", "options:os=linux" }
|
||||||
files {
|
files {
|
||||||
default_files,
|
linux_files,
|
||||||
predefined_libs,
|
|
||||||
crash_linux,
|
|
||||||
"controller/**",
|
|
||||||
"overlay_experimental/**"
|
"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"] }
|
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
|
-- End SteamEmu
|
||||||
|
|
Loading…
Add table
Reference in a new issue