Go to file
a1batross fb4091a314 Seems YAML don't like tabs 2016-08-08 13:52:29 +06:00
cl_dll Add GoldSource support 2016-08-08 13:37:32 +06:00
common CRLF to LF all. 2016-06-04 18:24:23 +05:00
dlls CMake as optional build system 2016-08-08 13:27:59 +06:00
engine CRLF to LF all. 2016-06-04 18:24:23 +05:00
game_shared CRLF to LF all. 2016-06-04 18:24:23 +05:00
pm_shared Fix win32 support 2016-06-12 09:14:28 +00:00
utils/makefont Upload first port 2016-02-24 21:26:16 +00:00
.gitignore Add build/ to gitignore 2016-08-08 13:29:40 +06:00
.travis.yml Seems YAML don't like tabs 2016-08-08 13:52:29 +06:00
Android.mk Improve client 2016-03-01 20:18:42 +00:00
CMakeLists.txt CMake as optional build system 2016-08-08 13:27:59 +06:00
README.md Add README.md. Some fixes for FreeBSD. Add Makefile for client 2016-08-06 22:25:29 +04:00
backup.bat Upload first port 2016-02-24 21:26:16 +00:00
backup.lst Upload first port 2016-02-24 21:26:16 +00:00
debug.bat Upload first port 2016-02-24 21:26:16 +00:00
gnu.txt Upload first port 2016-02-24 21:26:16 +00:00
make_sdk.bat Upload first port 2016-02-24 21:26:16 +00:00
release.bat Upload first port 2016-02-24 21:26:16 +00:00
xash.dsw Upload first port 2016-02-24 21:26:16 +00:00
xash_sdk.dsw Upload first port 2016-02-24 21:26:16 +00:00
xash_sdk.lst Upload first port 2016-02-24 21:26:16 +00:00

README.md

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