mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +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
|
-- BASIC FOR WINDOWS
|
||||||
filter "options:os=windows"
|
filter "options:os=windows"
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"/permissive-", "/MP", "/DYNAMICBASE", "/nologo",
|
"/permissive-", "/MP", "/DYNAMICBASE",
|
||||||
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GF", "/GL-", "/GS"
|
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
||||||
}
|
}
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"/DYNAMICBASE", "/ERRORREPORT:NONE", "/NOLOGO", "/emittoolversioninfo:no"
|
"/NOLOGO", "/emittoolversioninfo:no"
|
||||||
}
|
}
|
||||||
defines { "STEAMCLIENT_DLL","EMU_EXPERIMENTAL_BUILD" }
|
defines { "STEAMCLIENT_DLL","EMU_EXPERIMENTAL_BUILD" }
|
||||||
|
|
||||||
|
@ -301,8 +301,7 @@ project "SteamEmu"
|
|||||||
}
|
}
|
||||||
|
|
||||||
linkoptions {
|
linkoptions {
|
||||||
"-Wl,--whole-archive -Wl,-Bstatic",
|
"-Wl,--exclude-libs,ALL"
|
||||||
"-Wl,-Bdynamic -Wl,--no-whole-archive -Wl,--exclude-libs,ALL"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
links {
|
links {
|
||||||
|
Loading…
Reference in New Issue
Block a user