This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
cuberite-2a
Watch
1
Star
0
Fork
0
You've already forked cuberite-2a
Code
Releases
Activity
Files
e19556ebf6a3a452a31b4e327f6018637418100a
cuberite-2a
/
lib
/
md5
History
Samuel Barney
eb3cc729d4
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
...
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
2014-03-25 11:15:05 -06:00
..
CMakeLists.txt
added md5 as a dependency for bindings
2013-12-19 00:55:01 +00:00
md5.cpp
Moved SQLite, LuaExpat, and MD5 to /lib
2013-11-24 17:33:47 +00:00
md5.h
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
2014-03-25 11:15:05 -06:00