Don't worry they will be filled :) I have only avoid to send you a 200K patch
Regards, Raphael
----Message d'origine----
De: Alexandre Julliard julliard@winehq.org A: Raphael fenix@club-internet.fr Date: Thu, 08 Dec 2005 12:09:48 +0100 Copie à: wine-devel@winehq.org Sujet: Re: [dplay] registers and stubs
Raphael fenix@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@winehq.org