Setup.exe and window resizing
Robert Collins
robert.collins@syncretize.net
Tue Jul 2 15:34:00 GMT 2002
----- Original Message -----
From: "Martin Röhrig" <Martin.Roehrig@gmx.de>
To: <cygwin@cygwin.com>
Sent: Wednesday, July 03, 2002 12:22 AM
Subject: RE: Setup.exe and window resizing
> Admittedly it's very annoying dealing with that tiny window for selecing
the packages.
> As a first approach, I have simply patched the res.rc file of the source
distribution and rebuild setup.exe.
> I append a diff against revision 2.249.2.4 at the end of this mail. Feel
free to use it (at your own risk ;-).
Unfortunately we still need to look after users with 640x480 screens. (Which
is why resizing is the goal).
> By the way, what is the correct way to build setup.exe?
> I used:
> $ export CFLAGS=-mno-cygwin
> $ export CPPFLAGS=-mno-cygwin
> $ export CXXFLAGS=-mno-cygwin
> $ configure --disable-shared
> $ make
The build recipe used to build releases is on
http://sources.redhat.com/cygwin-apps/setup.html.
> The result is a setup.exe without dependency from cygwin1.dll, but much
larger than that found at redhat.com.
> What is wrong?
I run upx (available via setup.exe) over the resulting .exe to make it
smaller.
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list