Changeset 1093
- Timestamp:
- Nov 28, 2011, 2:58:58 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1084 r1093 83 83 84 84 AC_CHECK_LIB(m, sin, MATH_LIBS="${MATH_LIBS} -lm") 85 85 AC_CHECK_LIB(pthread, main, LIBS="$LIBS -lpthread") 86 86 87 87 dnl Are we on the PS3? -
trunk/src/core.h
r1053 r1093 69 69 #include "numeric.h" 70 70 #include "timer.h" 71 #include "thread/thread.h" 71 72 72 73 // Static classes
Note: See TracChangeset
for help on using the changeset viewer.