wine/ tools/wrc/Makefile.in tools/wmc/Makefile ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 19 16:09:19 CST 2003


ChangeSet ID:	7521
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/19 16:09:18

Modified files:
	tools/wrc      : Makefile.in 
	tools/wmc      : Makefile.in 
	tools/winedump : Makefile.in 
	tools/winebuild: Makefile.in 
	tools/widl     : utils.c Makefile.in 
	tools          : Makefile.in 
	server         : Makefile.in 
	programs/avitools: Makefile.in 
	programs       : Makeprog.rules.in 
	miscemu        : Makefile.in 
	library        : port.c 
	dlls           : Maketest.rules.in Makedll.rules.in 
	.              : configure.ac configure Makefile.in 
	                 Make.rules.in 
Added files:
	libs/port      : usleep.c strncasecmp.c strerror.c strcasecmp.c 
	                 statfs.c pwrite.c pread.c mkstemp.c memmove.c 
	                 lstat.c getpagesize.c Makefile.in .cvsignore 
	libs           : Makefile.in .cvsignore 

Log message:
	Created a separate static portability library and moved some of the
	libwine routines in there.

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

Old revision  New revision  Changes     Path
 1.25          1.26          +2 -5       wine/tools/wrc/Makefile.in
 1.15          1.16          +2 -5       wine/tools/wmc/Makefile.in
 1.6           1.7           +1 -1       wine/tools/winedump/Makefile.in
 1.14          1.15          +1 -1       wine/tools/winebuild/Makefile.in
 1.2           1.3           +0 -1       wine/tools/widl/utils.c
 1.6           1.7           +2 -5       wine/tools/widl/Makefile.in
 1.31          1.32          +7 -7       wine/tools/Makefile.in
 1.40          1.41          +1 -1       wine/server/Makefile.in
 1.30          1.31          +1 -1       wine/programs/avitools/Makefile.in
 1.25          1.26          +1 -1       wine/programs/Makeprog.rules.in
 1.13          1.14          +1 -1       wine/miscemu/Makefile.in
 1.40          1.41          +0 -246     wine/library/port.c
 1.19          1.20          +1 -1       wine/dlls/Maketest.rules.in
 1.46          1.47          +1 -1       wine/dlls/Makedll.rules.in
 1.128         1.129         +2 -0       wine/configure.ac
 1.399         1.400         +3 -1       wine/configure
 1.138         1.139         +11 -9      wine/Makefile.in
 1.143         1.144         +1 -0       wine/Make.rules.in
 Added         1.1           +0 -0       wine/libs/port/mkstemp.c
 Added         1.1           +0 -0       wine/libs/port/memmove.c
 Added         1.1           +0 -0       wine/libs/port/lstat.c
 Added         1.1           +0 -0       wine/libs/port/getpagesize.c
 Added         1.1           +0 -0       wine/libs/port/Makefile.in
 Added         1.1           +0 -0       wine/libs/port/.cvsignore
 Added         1.1           +0 -0       wine/libs/Makefile.in
 Added         1.1           +0 -0       wine/libs/.cvsignore
 Added         1.1           +0 -0       wine/libs/port/usleep.c
 Added         1.1           +0 -0       wine/libs/port/strncasecmp.c
 Added         1.1           +0 -0       wine/libs/port/strerror.c
 Added         1.1           +0 -0       wine/libs/port/strcasecmp.c
 Added         1.1           +0 -0       wine/libs/port/statfs.c
 Added         1.1           +0 -0       wine/libs/port/pwrite.c
 Added         1.1           +0 -0       wine/libs/port/pread.c




More information about the wine-cvs mailing list