]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
* configure.ac: Remove check for libmingw32.
authorYaakov Selkowitz <yselkowi@redhat.com>
Thu, 14 Mar 2013 09:21:06 +0000 (09:21 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Thu, 14 Mar 2013 09:21:06 +0000 (09:21 +0000)
commite49fef4d982bbd08b7611a19a48d90a36d28b34c
tree5f7fcef58bee134748db44b75114354ddf0ba429
parent1e029da215af6d78c208fd5575ebbefb70ca49b4
* 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.
ChangeLog
Makefile.am
configure.ac
ini.h
install.cc
main.cc
mount.cc
mount.h
This page took 0.032148 seconds and 5 git commands to generate.