a59fc6918a
- Add _to_wine_path(): converts Unix paths under Wine prefix to Windows-style (e.g. ~/.wine/drive_c/... → C:\...) - Set subprocess cwd to Editor's directory (editor.parent) instead of dest.parent — MetaEditor is a Windows EXE and its CWD matters - Use _to_wine_path() for /compile:"..." argument so paths use correct drive-letter format under Wine - Apply both fixes to cmd_compile() and cmd_check()