CONFIG: add LIBO_LIBS support into wmake rules

- provides an additional hook when linking OSspecific

CONFIG: apply quiet flag to wmkdepend

- suppresses "could not open FileName" warnings in quiet mode

FIX: reinstate selection of strict/non-strict deprecation

- accidentally removed in cf2b305b4f.
- extend with a _STRICTER version as well.
This commit is contained in:
Mark Olesen
2025-04-03 11:21:45 +02:00
parent ad037ac744
commit cb6d11d39b
7 changed files with 40 additions and 15 deletions

View File

@ -94,6 +94,7 @@ export WM_COMPILE_OPTION=Opt
# +ccache : use ccache
# +xcrun : use xcrun and native compilers [MacOS]
# +strict : more deprecation warnings (may generate *many* warnings)
# ++strict : even more deprecation warnings
# ccache=... : ccache command (unquoted, single/double or <> quoted)
# version=... : compiler suffix (eg, version=11 -> gcc-11)
# lnInclude-extra : add '-extra' option for wmakeLnInclude

View File

@ -94,6 +94,7 @@ setenv WM_COMPILE_OPTION Opt
# +ccache : use ccache
# +xcrun : use xcrun and native compilers [MacOS]
# +strict : more deprecation warnings (may generate *many* warnings)
# ++strict : even more deprecation warnings
# ccache=... : ccache command (unquoted, single/double or <> quoted)
# version=... : compiler suffix (eg, version=11 -> gcc-11)
# lnInclude-extra : add '-extra' option for wmakeLnInclude