Hi,


   I'm no expert on the subject but I believe most of this is quite
normal.
   (I reordered the files a bit)

> ./dlls/opengl32/opengl_norm.c
> ./dlls/opengl32/opengl_ext.c
> ./dlls/opengl32/wgl.c
> ./dlls/ddraw/mesa.c
> ./dlls/ddraw/d3ddevice/mesa.c
> ./dlls/ddraw/d3ddevice/main.c
> ./dlls/ddraw/d3dmaterial.c
> ./dlls/ddraw/d3dtexture.c
> ./dlls/ddraw/d3dlight.c
> ./dlls/ddraw/d3dexecutebuffer.c
> ./dlls/ddraw/d3dviewport.c
> ./dlls/ddraw/d3dcommon.c
> ./dlls/ddraw/direct3d/mesa.c
> ./dlls/ddraw/direct3d/main.c

   Maybe you don't have Mesa (the free OpenGL library) on your system.
Or it's not a compatible version and thus disabled by configure or
something so these are not compiled.


> ./dlls/ddraw/dga2.c
> ./dlls/ddraw/dga.c

   Missing dga/dga2 support?

> ./tools/cvdump/cvload.c
> ./tools/cvdump/cvdump.c
> ./tools/cvdump/cvcrunch.c

   This tool is not required for building Wine so it's probably not
built by default. Just like the files in libtest and programs in a way.


> ./library/checklink.c
> ./tools/wmc/language.c
> ./debugger/dbgmain.c

   So we're left with these three files for which I have no explanation.


--
Francois Gouget         [EMAIL PROTECTED]        http://fgouget.free.fr/
                     Avoid the Gates of Hell - use Linux.


Reply via email to