You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fbuild hasn't had a release in years. It's time for that to change!!
Make sure MinGW works again.
Clean up the flags vs cflags vs lflags debacle.
Add the ability to add flags to a C/C++ builders after it's been guessed.EDIT: Not doing this. You can just pass kw around manually.
Improve installation support.
Create binary variants (Nuitka? PyInstaller?) and probably a portable, single-file Python script (a.l.a. pfbuild).EDIT: Single-file Python script is done, and that's all I'm doing.
More docs!
Add recursive glob support (should be able to just backport the glob module).
...
The text was updated successfully, but these errors were encountered:
Fbuild hasn't had a release in years. It's time for that to change!!
Add the ability to add flags to a C/C++ builders after it's been guessed.EDIT: Not doing this. You can just pass kw around manually.Improve installation support.Create binary variants (Nuitka? PyInstaller?) and probably a portable, single-file Python script (a.l.a. pfbuild).EDIT: Single-file Python script is done, and that's all I'm doing.Add recursive glob support (should be able to just backport the glob module).The text was updated successfully, but these errors were encountered: