Ignore:
Timestamp:
Apr 19, 2012 6:36:57 AM (12 years ago)
Author:
ming
Message:

Re #1276: Integrate BaseClasses? with the project and remove unnecessary classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Samples-vc.mak

    r3754 r4062  
    3535SRTP_LIB = ..\..\third_party\lib\libsrtp-$(TARGET)$(LIBEXT) 
    3636G7221_LIB = ..\..\third_party\lib\libg7221codec-$(TARGET)$(LIBEXT) 
     37BASECLASSES_LIB = ..\..\third_party\lib\strmbas-$(BUILD_MODE)$(LIBEXT) 
    3738 
    3839THIRD_PARTY_LIBS = $(GSM_LIB) $(ILBC_LIB) $(PORTAUDIO_LIB) $(RESAMPLE_LIB) \ 
    39                                    $(SPEEX_LIB) $(SRTP_LIB) $(G7221_LIB) 
     40                                   $(SPEEX_LIB) $(SRTP_LIB) $(G7221_LIB) $(BASECLASSES_LIB) 
    4041 
    4142LIBS = $(PJSUA_LIB_LIB) $(PJSIP_UA_LIB) $(PJSIP_SIMPLE_LIB) \ 
Note: See TracChangeset for help on using the changeset viewer.