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-);
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.
Austin English wrote:
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.
Right, those aren't needed by users.
I really wonder what purpose cmdlgtest serves this days and if it shouldn't be just removed.
bye michael
On Tue, Jun 30, 2009 at 6:17 AM, Michael Stefaniucmstefani@redhat.com wrote:
Austin English wrote:
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.
Right, those aren't needed by users.
I really wonder what purpose cmdlgtest serves this days and if it shouldn't be just removed.
Actually, it's got a bug open that should probably be fixed before that's considered: http://bugs.winehq.org/show_bug.cgi?id=17495