Ignore:
Timestamp:
Mar 24, 2006 8:44:27 PM (18 years ago)
Author:
bennylp
Message:

Added more samples: WAV recorder, resample, etc., and also moved some common functions to util.h

File:
1 edited

Legend:

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

    r344 r361  
    4040SAMPLES = $(BINDIR)\simpleua.exe $(BINDIR)\playfile.exe $(BINDIR)\playsine.exe \ 
    4141          $(BINDIR)\confsample.exe $(BINDIR)\sndinfo.exe \ 
    42           $(BINDIR)\level.exe 
     42          $(BINDIR)\level.exe $(BINDIR)\recfile.exe  \ 
     43          $(BINDIR)\resampleplay.exe 
     44 
    4345 
    4446all: $(OBJDIR) $(SAMPLES) 
    4547 
    46 $(SAMPLES): $(SRCDIR)\$(@B).c $(LIBS) Samples-vc.mak 
     48$(SAMPLES): $(SRCDIR)\$(@B).c $(LIBS) $(SRCDIR)\util.h Samples-vc.mak 
    4749        cl -nologo -c $(SRCDIR)\$(@B).c /Fo$(OBJDIR)\$(@B).obj $(CFLAGS)  
    4850        cl /nologo $(OBJDIR)\$(@B).obj /Fe$@ /Fm$(OBJDIR)\$(@B).map $(LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.