<div dir="ltr">Recently watcom link options were changed to generate .sym files instead of building the debug information into targets.  The rules used to create the .sym name for some files are kind of bad, and there is no way to set the symbol file name of a target; so it is better to revert that change.  It's easy to run 'wstrip *' if the symbols need to be stripped, but it's very difficult to get the right names for the .sym files to install with debug/rel_with_deb_info targets....<div>tried to add generator expressions to the flags to build a better symfile name; but they don't get resolved correctly<div><br></div><div>this diff is based against current git sources</div></div><div><br></div><div>modifies share/modules/platform/windows-wcl386.cmake</div><div><br></div></div>