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

Austin English austinenglish at gmail.com
Mon Jun 29 22:43:25 CDT 2009


On Mon, Jun 29, 2009 at 10:37 PM, Detlef Riekenberg<wine.dev at 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.

-- 
-Austin



More information about the wine-devel mailing list