Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 253 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 253 Bytes

Half-Life SDK for Xash3D

Half-Life SDK for Xash3D with some fixes.

How to build

Windows

TODO

Linux

TODO

OS X

TODO

FreeBSD

    cd dlls
    gmake CXX=clang++ CC=clang
    cd ../cl_dll
    gmake CXX=clang++ CC=clang