configure.ac: make sure we can run cmdlgtst and view from outside wine tree

Detlef Riekenberg wine.dev at web.de
Mon Jun 29 22:37:57 CDT 2009


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


-- 
 
By by ... Detlef




More information about the wine-devel mailing list