On Mon, Jun 29, 2009 at 10:37 PM, Detlef Riekenbergwine.dev@web.de wrote:
On Mo, 2009-06-29 at 12:50 -0500, Austin English wrote:
With this patch, they are treated like other programs, e.g., winhlp32, and installed, so one can use: $ wine view and get the same effect.
That parts of configure.ac are created by tools/make_makefiles
tools/make_makefiles-50-# Programs that we don't want to install at all tools/make_makefiles-51-my %dont_install = tools/make_makefiles-52-( tools/make_makefiles:53: "cmdlgtst" => 1, tools/make_makefiles-54- "view" => 1, tools/make_makefiles-55- "winetest" => 1, tools/make_makefiles-56-);
Good to know, thanks. But AJ told me on IRC he won't accept it, since he doesn't think those binaries should be used outside of the tree.