Ignore:
Timestamp:
Mar 23, 2006 6:03:40 PM (18 years ago)
Author:
bennylp
Message:

Set default option to exclude pj_stricmp_alnum()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/build/os-linux.mak

    r338 r354  
    88# to all operating systems should go in Makefile instead. 
    99# 
    10 export PJLIB_OBJS +=    addr_resolv_sock.o guid_simple.o \ 
     10export PJLIB_OBJS +=    addr_resolv_sock.o file_access_unistd.o \ 
     11                        file_io_ansi.o guid_simple.o \ 
    1112                        log_writer_stdout.o os_core_unix.o \ 
    1213                        os_error_unix.o os_time_unix.o \ 
    1314                        os_timestamp_common.o os_timestamp_linux.o \ 
    14                         os_time_ansi.o \ 
    1515                        pool_policy_malloc.o sock_bsd.o sock_select.o 
    1616 
     
    2020export PJLIB_OBJS += ioqueue_select.o  
    2121endif 
    22  
    23 export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o 
    2422 
    2523# 
Note: See TracChangeset for help on using the changeset viewer.