mcwin32 icon indicating copy to clipboard operation
mcwin32 copied to clipboard

[Tracker] tool-chain integration

Open adamyg opened this issue 10 months ago • 1 comments

tool-chain support/issues:

  • GnuWin32, legacy tools, several key utilises are out-dated, example include msgfmt, flex, bison and make. Consider detection and suggesting suitable work-around/alternatives.

  • msys, several tools don't understand NUL redirection; can result in a NUL file being created. requiring explicit deletion. Consider detection and suitable Makefile generation.

     del \\\\?\\C:\\mc\\mcwin32\\apps\\NUL
    
  • clang-cl; Clang cl enumeration mode;

    %VCINSTALLDIR%\Tools\Llvm\bin``` and ```%VCINSTALLDIR%\Tools\Llvm\x64\bin
    
  • CMake ?

  • Static build option ? #151

adamyg avatar May 22 '25 07:05 adamyg

clang-cl: Tooling, libraries and application complete, libappupdater pending.

adamyg avatar Jun 12 '25 18:06 adamyg