Changeset 897

Show
Ignore:
Timestamp:
04/17/08 22:15:13 (6 months ago)
Author:
Gregor
Message:

rebuild/mars.c: Use static lpthread on Windows.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rebuild/mars.c

    r892 r897  
    2020#include <sys/stat.h> 
    2121#include <sys/types.h> 
     22 
     23#if _WIN32 
     24#define PTW32_STATIC_LIB 
     25#endif 
    2226 
    2327#include <pthread.h>