Ignore:
Timestamp:
Apr 18, 2007 9:24:31 AM (17 years ago)
Author:
bennylp
Message:

Fixed the legacy build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/build/os-linux.mak

    r689 r1202  
    33export OS_CXXFLAGS :=  
    44 
    5 export OS_LDFLAGS  := $(CC_LIB)pthread$(LIBEXT2) -lm 
     5export OS_LDFLAGS  := -lportaudio-$(TARGET_NAME) -lgsmcodec-$(TARGET_NAME) -lilbccodec-$(TARGET_NAME) -lspeex-$(TARGET_NAME) -lresample-$(TARGET_NAME) $(CC_LIB)pthread$(LIBEXT2) -lm 
    66 
    77export OS_SOURCES  :=  
Note: See TracChangeset for help on using the changeset viewer.