Going to try to do more work on the 16/32 thing soon. Thanks for the configure fix.....I was just beating my head over that the other day and you know how well autoconf/make and me get along. =) Changelog: Dont include win16 shell support when building without win16. (Untested under *NIX) Index: Makefile.in =================================================================== RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v retrieving revision 1.53 diff -u -r1.53 Makefile.in --- Makefile.in 27 Aug 2002 01:34:34 -0000 1.53 +++ Makefile.in 2 Oct 2002 19:15:13 -0000 @@ -27,7 +27,6 @@ iconcache.c \ memorystream.c \ pidl.c \ - shell.c \ shell32_main.c \ shelllink.c \ shellole.c \ @@ -47,6 +46,10 @@ shv_bg_cmenu.c \ shv_item_cmenu.c \ systray.c + +C_SRCS16 = \ + shell.c + RC_SRCS= shres.rc RC_SRCS16 = version16.rc