Hello, Changelog: Dmitry Timoshkov <dmitry@xxxxxxxxxxxxxxx> Add rundll32.exe to the list of apps we want to run from inside of the source tree. --- cvs/hq/wine/programs/Makefile.in Wed Jun 25 15:59:08 2003 +++ wine_hq_src/programs/Makefile.in Wed Nov 26 16:17:58 2003 @@ -83,6 +83,7 @@ INSTALLPROGS = \ # Symlinks to apps that we want to run from inside the source tree SYMLINKS = \ rpcss.exe \ + rundll32.exe \ wcmd.exe \ wineconsole.exe \ winedbg.exe \ @@ -135,6 +136,9 @@ check test:: $(SUBDIRS:%=%/__test__) rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT) $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@ + +rundll32.exe$(DLLEXT): rundll32/rundll32.exe$(DLLEXT) + $(RM) $@ && $(LN_S) rundll32/rundll32.exe$(DLLEXT) $@ wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT) $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@