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.