mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
avoid these linker flags since each lib is static
This commit is contained in:
parent
bbbafb9a34
commit
26ee7253d4
@ -13,11 +13,11 @@ project "SteamClient"
|
||||
-- BASIC FOR WINDOWS
|
||||
filter "options:os=windows"
|
||||
buildoptions {
|
||||
"/permissive-", "/MP", "/DYNAMICBASE", "/nologo",
|
||||
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GF", "/GL-", "/GS"
|
||||
"/permissive-", "/MP", "/DYNAMICBASE",
|
||||
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
||||
}
|
||||
linkoptions {
|
||||
"/DYNAMICBASE", "/ERRORREPORT:NONE", "/NOLOGO", "/emittoolversioninfo:no"
|
||||
"/NOLOGO", "/emittoolversioninfo:no"
|
||||
}
|
||||
defines { "STEAMCLIENT_DLL","EMU_EXPERIMENTAL_BUILD" }
|
||||
|
||||
|
@ -301,10 +301,9 @@ project "SteamEmu"
|
||||
}
|
||||
|
||||
linkoptions {
|
||||
"-Wl,--whole-archive -Wl,-Bstatic",
|
||||
"-Wl,-Bdynamic -Wl,--no-whole-archive -Wl,--exclude-libs,ALL"
|
||||
"-Wl,--exclude-libs,ALL"
|
||||
}
|
||||
|
||||
|
||||
links {
|
||||
linux_link,
|
||||
overlay_link_linux
|
||||
|
Loading…
Reference in New Issue
Block a user