Changeset 379 for pjproject/trunk/pjsip-apps/build
- Timestamp:
- Apr 4, 2006 1:12:38 PM (19 years ago)
- Location:
- pjproject/trunk/pjsip-apps/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r361 r379 41 41 $(BINDIR)\confsample.exe $(BINDIR)\sndinfo.exe \ 42 42 $(BINDIR)\level.exe $(BINDIR)\recfile.exe \ 43 $(BINDIR)\resampleplay.exe 43 $(BINDIR)\resampleplay.exe $(BINDIR)\siprtp.exe 44 44 45 45 -
pjproject/trunk/pjsip-apps/build/Samples.mak
r361 r379 39 39 BINDIR := ../bin/samples 40 40 41 SAMPLES := simpleua playfile playsine confsample sndinfo level recfile resampleplay 41 SAMPLES := simpleua playfile playsine confsample sndinfo level recfile resampleplay \ 42 siprtp 42 43 43 44 EXES := $(foreach file, $(SAMPLES), $(BINDIR)/$(file)-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME)$(HOST_EXE))
Note: See TracChangeset
for help on using the changeset viewer.