Add a new --generator argument and a generator for Ninja files #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rgb/pmake:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basically gives the user an option to switch to using Ninja for the build system or any other future possible generators like NMake, I also added .gitignore statements for
compile_commands.jsonand clangd's.cachefolder.Ninja is pretty cool and brings the possibility of Windows support as it works identical on both platforms. I've tested it by building itself on Linux and it works well
Usage
./pmake --generator=<ninja / make>default is Makedoes this work with watcom? if so, i'll merge it
I can test it out
It should work on Watcom now, I've tested it and it compiles fine however duktape code gets warnings
good to hear, merging