wine/ loader/Makefile.in loader/.cvsignore inc ...

Alexandre Julliard julliard at winehq.org
Thu Nov 6 17:05:41 CST 2003


ChangeSet ID:	9988
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/06 17:05:41

Modified files:
	loader         : Makefile.in .cvsignore 
	include        : config.h.in 
	.              : configure.ac configure DEVELOPERS-HINTS 
Added files:
	loader         : pthread.c kthread.c 
Removed files:
	scheduler      : pthread.c 

Log message:
	Create two separate wine binaries, one using libpthread and one using
	kernel threading directly.
	Get rid of the remaining HAVE_NPTL ifdefs.
	Remove the scheduler directory.

Patch: http://cvs.winehq.com/patch.py?id=9988

Old revision  New revision  Changes     Path
 1.10          1.11          +27 -12     wine/loader/Makefile.in
 1.5           1.6           +2 -0       wine/loader/.cvsignore
 1.168         1.169         +0 -6       wine/include/config.h.in
 1.196         1.197         +5 -5       wine/configure.ac
 1.475         1.476         +18 -29     wine/configure
 1.25          1.26          +0 -1       wine/DEVELOPERS-HINTS
 Added         1.1           +0 -0       wine/loader/pthread.c
 Added         1.1           +0 -0       wine/loader/kthread.c
 1.47          Removed       +0 -0       wine/scheduler/pthread.c




More information about the wine-cvs mailing list