Changeset 344
- Timestamp:
- Mar 20, 2006 7:00:37 PM (19 years ago)
- Location:
- pjproject/trunk/pjsip-apps
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r342 r344 39 39 40 40 SAMPLES = $(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 42 43 43 44 all: $(OBJDIR) $(SAMPLES) -
pjproject/trunk/pjsip-apps/build/Samples.mak
r342 r344 42 42 LDFLAGS = $(_LDFLAGS) 43 43 44 SAMPLES := simpleua playfile playsine confsample sndinfo 44 SAMPLES := simpleua playfile playsine confsample sndinfo level 45 45 46 46 EXES := $(foreach file, $(SAMPLES), $(BINDIR)/$(file)-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME)$(HOST_EXE))
Note: See TracChangeset
for help on using the changeset viewer.