Vluzacn's custom build of Zoner's Half Life Tools (ZHLT)
Go to file
Roman Chistokhodov b730bafa1c Update README.md 2016-10-09 16:39:05 +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 .travis.yml 2016-09-21 00:52:35 +03:00
Makefile Update Makefile 2016-09-22 14:14:34 +03:00
README.md Update README.md 2016-10-09 16:39:05 +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

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