mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 17:03:42 +00:00

-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
4 lines
128 B
Bash
4 lines
128 B
Bash
#!/bin/sh
|
|
/bin/rm -f mttest
|
|
cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
|
|