[dplay] registers and stubs

Alexandre Julliard julliard at winehq.org
Thu Dec 8 05:09:48 CST 2005


Raphael <fenix at club-internet.fr> writes:

> diff -u -r1.2 Makefile.in
> =2D-- dlls/dpnet/Makefile.in	9 May 2005 14:42:34 -0000	1.2
> +++ dlls/dpnet/Makefile.in	7 Dec 2005 23:49:44 -0000
> @@ -10,6 +10,10 @@
>  C_SRCS =3D \
>  	address.c \
>  	client.c \
> +	lobbyclient.c \
> +	lobbiedapp.c \
> +	natresolver.c \
> +	threadpool.c \

Please avoid creating too many files, especially empty ones. gcc is
unfortunately inefficient with debug info, and even an empty file
generates several hundred Kbytes of object file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list