Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
Go to file
Doug Arcuri 1f8c89a239 Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
.github/workflows Update CI matrix 2021-06-13 16:58:56 +03:00
common Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
hlbsp Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
hlcsg Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
hlrad Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
hlvis Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -04:00
ripent Convert to Visual Studio 2019 compilation 2022-05-06 10:15:15 -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 64 bit fixes 2018-04-10 19:51:45 +03:00
README.md Remove travis-ci. Add github workflow 2021-06-13 16:31:02 +03: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++"