|
|
|
|
|
by huhtenberg
2388 days ago
|
|
Windows is the reason make is not a good choice. Visual Studio is a de-facto standard for Windows development and it's not exactly makefile-oriented. The lowest common denominator for build instructions that works everywhere is literally "set your include paths like so and compile these sources". |
|
> The lowest common denominator for build instructions that works everywhere is literally "set your include paths like so and compile these sources".
Yes, but that's quite inconvenient and error-prone ; a typo in a -D flag is very likely to not compile what you wanted.
Make is not a multi-megabyte program with a frack tonne of dependencies. Having your users to install it in order to build your project is far from being completely outrageous (unless for coughmicrosoftcough cults that consider the command-line is evil).