AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [Github Template] Ninja Build for SourcePawn (https://forums.alliedmods.net/showthread.php?t=330869)

nosoop 02-24-2021 09:49

[Github Template] Ninja Build for SourcePawn
 
A Github project template / repository designed to build SourceMod plugins with Ninja, a make-like build system.

Encourages decoupling dependencies from the main compiler toolchain, and allows for consistent, incremental (re)builds. Works on Windows, should work on most common Linux distributions, and not tied to any particular IDE. More detailed explanation on why I wrote this in the "But why?" page.

If you're working on small, self-contained plugins, you probably don't need this; much faster to open your text editor and compile with your existing setup. As someone that works with all sorts of dependencies and relatively larger projects, it's great having something more than spcomp and handwritten shell / batch scripts in those situations.

Github repository


All times are GMT -4. The time now is 10:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.