Y
Hacker News
new
|
ask
|
show
|
jobs
by
tokenizerrr
4259 days ago
That becomes a problem if you also want to have your project to be buildable on Windows, and it seems silly to exclude one platform solely because your build process doesn't support it.
2 comments
davexunit
4259 days ago
Plenty of software that uses make and other tools is buildable on Windows.
link
Danieru
4259 days ago
Windows does have nmake. Of course it is a horrible implementation of make but the basics work.
link