This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog Makefile.am configure.ac ini.h ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	yselkowitz@sourceware.org	2013-03-14 04:21:06

Modified files:
	.              : ChangeLog Makefile.am configure.ac ini.h 
	                 install.cc main.cc mount.cc mount.h 

Log message:
	* configure.ac: Remove check for libmingw32.
	(SETUP): Define EXE name based on host_cpu.
	(MINGWTARGET): Remove.
	* Makefile.am: Use SETUP throughout.  Remove MINGWTARGET conditional.
	Add -lmingw32 to LDFLAGS.
	* ini.h (is_64bit): Declare.
	(SETUP_INI_FILENAME): Make dependent on value of is_64bit.
	(SETUP_BZ2_FILENAME): Ditto.
	* main.cc (is_64bit): Define based on compiler target.
	* mount.h (SETUP_KEY_WOW64): Define based on value of is_64bit.
	* install.cc (create_allow_protected_renames): Add SETUP_KEY_WOW64
	flag to RegOpenKeyEx call.
	* mount.cc: Throughout, add SETUP_KEY_WOW64 flag to all RegOpenKeyEx
	and RegCreateKeyEx calls.
	(read_mounts): Change default Cygwin root depending on is_64bit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.794&r2=2.795
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.94&r2=2.95
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/configure.ac.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.42&r2=2.43
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.105&r2=2.106
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.70&r2=2.71
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.cc.diff?cvsroot=cygwin-apps&r1=2.34&r2=2.35
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mount.h.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]