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-);