]> cygwin.com Git - cygwin-apps/setup.git/commit - ini.cc
2002-04-29 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Mon, 29 Apr 2002 11:07:40 +0000 (11:07 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Mon, 29 Apr 2002 11:07:40 +0000 (11:07 +0000)
commit45e01f2349d39402e6574f701d028040c0928f88
treed700b45fffaadbd1c38bcf2b5e42729c4a05467b
parentba95a0001963881591b71470bac59730af18b0bb
2002-04-29  Robert Collins  <rbtcollins@hotmail.com>

        * Makefile.am: Remove dependecy rules that automake emits.
        Correct badly copied dependency info for manually compiled files.
        (setup_SOURCES): Add all used headers.
        (EXTRA_DIST): Include non compilate but required sources.
        (setup_LDADD): Remove mingw32, it is autodetected.
        * Makefile.in: Regenerate.
        * String++.h: sys/types is a system header.
        * choose.cc (do_choose_thread): Make into a Win32 thread routine.
        Use ExitThread.
        (ChooserPage::OnMessageApp): Use Win32 threads. (_beginthread is not
        portable).
        * configure: Regenerate.
        * configure.in: Check for mingw32/cygwin specific headers and libraries.
        * cygpackage.h: Include the win32.h header to get correct macro
        definitions in all situations.
        * download.cc (do_download_reflector): Make into a Win32 thread routine.
        Use ExitThread.
        (do_download): Use Win32 threads.
        * ini.cc: Ditto.
        * install.cc: Ditto.
        * (WinMain): Adjust to build valid command line using application
        under both mingw32 and cygwin.
        * mount.cc (set)cygdrive_flags): Create new system flags if the
        user requests system and the value does not exist.
        * nio-http.cc: Define a _strnicmp for cygwin.
        * package_db.cc: Include <errno.h> if it exists.
        * site.cc (do_download_site_info_thread): Make into a Win32 thread
        routine.
        Use ExitThread.
        (do_download_site-Info): Use Win32 threads.
        * state.cc: Explicity declare variables to avoid header conflicts
        caused by '#define extern" on cygwin.
        * win32.h: Include <alloca.h> if it exists.
        (_MAX_PATH): Define as MAX_PATH when not defined by windows.h.
        (_access): Define as access if not defined by windows.h.
19 files changed:
ChangeLog
Makefile.am
Makefile.in
String++.h
choose.cc
configure
configure.ac
configure.in
cygpackage.h
download.cc
ini.cc
install.cc
main.cc
mount.cc
nio-http.cc
package_db.cc
site.cc
state.cc
win32.h
This page took 0.03497 seconds and 5 git commands to generate.