mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 22:43:54 +00:00

I finally managed to solve the linker warning spam about missing debug information for liblua. Apparently the file MSVC was looking for was overwritten by the one for wesnoth wich has the same name. This sets an individual directory to write it to as it's already done for wesnothlib. Also, this finally enables me to debug deep down into the lua upstream source. :) Also some other mostly warning related adjustments and fixes.