mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Fix gumbo parser linking in mingw.
This commit is contained in:
@@ -1727,7 +1727,7 @@ solution "eepp"
|
||||
files { "src/tools/ecode/**.cpp" }
|
||||
includedirs { "src/thirdparty/efsw/include", "src/thirdparty", "src/modules/eterm/include/", "src/modules/languages-syntax-highlighting/src" }
|
||||
links { "efsw-static", "eterm-static", "languages-syntax-highlighting-static", "libyaml-static" }
|
||||
if os.is("windows") and is_vs() then
|
||||
if os.is("windows") then
|
||||
links { "gumbo-parser-static" }
|
||||
end
|
||||
if not os.is("windows") and not os.is("haiku") then
|
||||
|
||||
@@ -1607,11 +1607,12 @@ workspace "eepp"
|
||||
incdirs { "src/thirdparty/efsw/include", "src/thirdparty", "src/modules/eterm/include/", "src/modules/languages-syntax-highlighting/src" }
|
||||
links { "efsw-static", "eterm-static", "languages-syntax-highlighting-static", "libyaml-static" }
|
||||
build_link_configuration( "ecode", false )
|
||||
filter { "system:windows" }
|
||||
links { "gumbo-parser-static" }
|
||||
filter { "system:windows", "action:not vs*" }
|
||||
buildoptions{ "-Wa,-mbig-obj" }
|
||||
linkoptions { "-Wl,--export-all-symbols" }
|
||||
filter { "system:windows", "action:vs*" }
|
||||
links { "gumbo-parser-static" }
|
||||
files { "bin/assets/icon/ecode.rc", "bin/assets/icon/ecode.ico" }
|
||||
vpaths { ['Resources/*'] = { "ecode.rc", "ecode.ico" } }
|
||||
filter { "system:windows", "action:not vs*", "architecture:x86" }
|
||||
|
||||
Reference in New Issue
Block a user