Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
Go to file
MotoLegacy 0ba7b25090 Guard __TB_empty behind ZHLT_TRENCHBROOMNULL_FIX 2024-03-04 17:33:54 -05:00
.github/workflows Enable compilation via MINGW, upload all artifacts 2023-11-21 18:09:12 -05:00
common Guard __TB_empty behind ZHLT_TRENCHBROOMNULL_FIX 2024-03-04 17:33:54 -05:00
hlbsp Enable Windows Github actions 2022-05-06 10:17:02 -04:00
hlcsg Enable Windows Github actions 2022-05-06 10:17:02 -04:00
hlrad Enable Windows Github actions 2022-05-06 10:17:02 -04:00
hlvis Enable Windows Github actions 2022-05-06 10:17:02 -04:00
ripent Enable Windows Github actions 2022-05-06 10:17:02 -04:00
template Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
.gitignore Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
Makefile Enable compilation via MINGW, upload all artifacts 2023-11-21 18:09:12 -05:00
README.md Enable compilation via MINGW, upload all artifacts 2023-11-21 18:09:12 -05:00
Terms of Use.txt Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
zhlt.sln Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00

README.md

Vluzacn ZHLT

Build Status

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++"