skeeto / w64devkit

Portable C and C++ Development Kit for x64 (and x86) Windows
The Unlicense
2.99k stars 210 forks source link

Intergrate some tools into cmder? #134

Open crazydogen opened 4 months ago

crazydogen commented 4 months ago

I have been using cmder for a while in windows, it is possible to intergrate some tools in w64devkit into cmder? My naive test is calling w64devkit.exe in a cmder'cmd console, it's ok to calling busybox, make, etc. It would be nice to having these c/c++ dev tools provided by w64devkit in cmder.

skeeto commented 4 months ago

As you found, w64devkit.exe as a "shell" is quite compatible with ConEmu. In #82 I made changes to de-conflict with ConEmuHk.dll hooks. If you find other issues like that, please let me know, but I have no plans beyond simple compatibility fixes.