-
What are the best options available for incremental builds in a project using wla-dx? A naive makefile quickly falls apart as a project grows and A ton of modern build systems exist (CMake, Ninja, Bazel, SCons, and too many alternatives to mention). I don't know of any wla-dx project templates for any of these, do any exist? These tools usually rely on the compiler to provide dependency information for incremental builds, like gcc's cc65 has a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Well, WLA DX already supports CMake (i.e., contains CMake scripts), and there's a Visual Studio solution also. For me those are enough. And yes, there are also legacy makefiles in the "historical" folder. I'm not personally going to make any changes/improvements to these as they work and I know very little about build scripts. But if someone wants to make them better, feel free to create a pull request. :) |
Beta Was this translation helpful? Give feedback.
-
@vhelin I think OP is asking "does WLA-DX support the
Tho I've never used |
Beta Was this translation helpful? Give feedback.
@vhelin I think OP is asking "does WLA-DX support the
-M
flag that Unix C compilers do to generate dependency information at build time"? And, according to the help, it does: