Ignore:
Timestamp:
Feb 16, 2007 10:58:18 AM (17 years ago)
Author:
bennylp
Message:

Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r946 r951  
    83508350case $target in 
    83518351  *mingw* | *cygw* | *win32* | *w32* ) 
    8352         ac_os_objs="os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o ioqueue_select.o" 
     8352        ac_os_objs="file_access_win32.o file_io_win32.o os_core_win32.o os_error_win32.o os_time_win32.o os_timestamp_win32.o guid_win32.o ioqueue_select.o" 
    83538353        ;; 
    83548354  *) 
    8355         ac_os_objs="os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_simple.o ioqueue_select.o" 
     8355        ac_os_objs="file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_simple.o ioqueue_select.o" 
    83568356        ;; 
    83578357esac 
Note: See TracChangeset for help on using the changeset viewer.