Changeset 354 for pjproject/trunk/pjlib/build/os-linux.mak
- Timestamp:
- Mar 23, 2006 6:03:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/build/os-linux.mak
r338 r354 8 8 # to all operating systems should go in Makefile instead. 9 9 # 10 export PJLIB_OBJS += addr_resolv_sock.o guid_simple.o \ 10 export PJLIB_OBJS += addr_resolv_sock.o file_access_unistd.o \ 11 file_io_ansi.o guid_simple.o \ 11 12 log_writer_stdout.o os_core_unix.o \ 12 13 os_error_unix.o os_time_unix.o \ 13 14 os_timestamp_common.o os_timestamp_linux.o \ 14 os_time_ansi.o \15 15 pool_policy_malloc.o sock_bsd.o sock_select.o 16 16 … … 20 20 export PJLIB_OBJS += ioqueue_select.o 21 21 endif 22 23 export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o24 22 25 23 #
Note: See TracChangeset
for help on using the changeset viewer.