Changeset 344


Ignore:
Timestamp:
Mar 20, 2006 7:00:37 PM (18 years ago)
Author:
bennylp
Message:

Added level.c to samples collection

Location:
pjproject/trunk/pjsip-apps
Files:
1 added
2 edited

Legend:

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

    r342 r344  
    3939 
    4040SAMPLES = $(BINDIR)\simpleua.exe $(BINDIR)\playfile.exe $(BINDIR)\playsine.exe \ 
    41           $(BINDIR)\confsample.exe $(BINDIR)\sndinfo.exe 
     41          $(BINDIR)\confsample.exe $(BINDIR)\sndinfo.exe \ 
     42          $(BINDIR)\level.exe 
    4243 
    4344all: $(OBJDIR) $(SAMPLES) 
  • pjproject/trunk/pjsip-apps/build/Samples.mak

    r342 r344  
    4242LDFLAGS = $(_LDFLAGS) 
    4343 
    44 SAMPLES := simpleua playfile playsine confsample sndinfo 
     44SAMPLES := simpleua playfile playsine confsample sndinfo level 
    4545 
    4646EXES := $(foreach file, $(SAMPLES), $(BINDIR)/$(file)-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME)$(HOST_EXE)) 
Note: See TracChangeset for help on using the changeset viewer.