> With last commits to Cvs, Win16 programs can't find keyboard.dll.
> Seems to be gone from the list of builtin modules, so I guess it should
> be a .so now. As I can't find anything of the sort in the dlls/ directory,
> I am not sure it's a configuration (missing link) problem ???

sounds like Alexandre forgot to submit a change to Makefile.in...
this should fix it

Index: dlls/user/Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/user/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- dlls/user/Makefile.in       2000/03/24 21:38:30     1.2
+++ dlls/user/Makefile.in       2000/03/25 10:23:31
@@ -6,7 +6,7 @@
 SOVERSION = 1.0
 ALTNAMES  = user

-SPEC_SRCS = user32.spec user.spec
+SPEC_SRCS = keyboard.spec user32.spec user.spec

 C_SRCS = \
        user_main.c \

-- 
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle

Reply via email to