ChangeSet ID: 10048 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/11 21:28:21
Modified files: tools : wineinstall loader : Makefile.in .cvsignore . : configure.ac configure Added files: loader : glibc.c
Log message: Added a wine-glibc binary that detects the glibc threading in use and execs the corresponding wine binary. Removed the --with-nptl configure option.
Patch: http://cvs.winehq.com/patch.py?id=10048
Old revision New revision Changes Path 1.60 1.61 +0 -5 wine/tools/wineinstall 1.12 1.13 +4 -0 wine/loader/Makefile.in 1.6 1.7 +1 -0 wine/loader/.cvsignore 1.200 1.201 +2 -8 wine/configure.ac 1.479 1.480 +2 -15 wine/configure Added 1.1 +0 -0 wine/loader/glibc.c