Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
Find a file
2018-03-26 20:02:37 +03:00
common Hope it's fix for macos 2016-09-22 14:23:26 +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
.travis.yml Add clang and osx to .travis.yml 2018-03-26 20:02:37 +03:00
Makefile Update Makefile 2016-09-22 14:14:34 +03:00
README.md Fix link [ci skip] 2016-10-09 16:39:58 +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++"