CONFIG: remove WM_LINK_LANGUAGE env variable (always c++)

- was somewhat redundant in wmake/rules/General/general anyhow
This commit is contained in:
Mark Olesen
2018-04-24 14:59:47 +02:00
parent b4d38ab468
commit 2768500d57
6 changed files with 5 additions and 9 deletions

View File

@ -26,9 +26,9 @@ else
endif
include $(DEFAULT_RULES)/general
include $(DEFAULT_RULES)/$(WM_LINK_LANGUAGE)
include $(DEFAULT_RULES)/c++
sinclude $(RULES)/general
sinclude $(RULES)/$(WM_LINK_LANGUAGE)
sinclude $(RULES)/c++
include $(GENERAL_RULES)/transform