mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-10 06:31:38 +00:00
Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
.github/workflows | ||
common | ||
hlbsp | ||
hlcsg | ||
hlrad | ||
hlvis | ||
ripent | ||
template | ||
.gitignore | ||
Makefile | ||
README.md | ||
Terms of Use.txt | ||
zhlt.sln | ||
zhlt_vc2005.sln |
Vluzacn ZHLT
Custom Zoner's Half-Life Tools created by vluzacn. This is not my project, I just need repository here to add support for determining of the number of threads on posix systems.
Building
make
If you want to pass additional flags to make:
make USER_FLAGS="your flags"
Example:
make USER_FLAGS="-static-libstdc++"