From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30722 invoked by alias); 14 Mar 2013 09:21:07 -0000 Received: (qmail 30706 invoked by uid 9642); 14 Mar 2013 09:21:06 -0000 Date: Thu, 14 Mar 2013 09:21:00 -0000 Message-ID: <20130314092106.30704.qmail@sourceware.org> From: yselkowitz@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: setup ChangeLog Makefile.am configure.ac ini.h ... Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00022.txt.bz2 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