Changeset 1093


Ignore:
Timestamp:
Nov 28, 2011, 2:58:58 AM (12 years ago)
Author:
sam
Message:

core: add a mediocre threading system as the base for the real thing.

Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1084 r1093  
    8383
    8484AC_CHECK_LIB(m, sin, MATH_LIBS="${MATH_LIBS} -lm")
    85 
     85AC_CHECK_LIB(pthread, main, LIBS="$LIBS -lpthread")
    8686
    8787dnl Are we on the PS3?
  • trunk/src/core.h

    r1053 r1093  
    6969#include "numeric.h"
    7070#include "timer.h"
     71#include "thread/thread.h"
    7172
    7273// Static classes
Note: See TracChangeset for help on using the changeset viewer.