Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
Find a file
Roman Chistokhodov 13b83f91d0 Update CI matrix
2021-06-13 16:58:56 +03:00
.github/workflows Update CI matrix 2021-06-13 16:58:56 +03:00
common 64 bit fixes 2018-04-10 19:51:45 +03:00
hlbsp Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
hlcsg Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
hlrad Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
hlvis Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
ripent Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
template Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00
.gitignore Add .gitignore 2016-09-21 00:26:01 +03: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
zhlt_vc2005.sln Vluzacn's ZHLT v34 2016-09-21 00:07:53 +03:00

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