Changeset 346 for pjproject/trunk/pjsip-apps/build
- Timestamp:
- Mar 20, 2006 10:34:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Samples.mak
r344 r346 39 39 BINDIR := ../bin/samples 40 40 41 CFLAGS = $(_CFLAGS)42 LDFLAGS = $(_LDFLAGS)43 44 41 SAMPLES := simpleua playfile playsine confsample sndinfo level 45 42 … … 54 51 55 52 $(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.c 56 $(CC) $( CFLAGS) \53 $(CC) $(_CFLAGS) \ 57 54 $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ 58 55 $(subst /,$(HOST_PSEP),$<)
Note: See TracChangeset
for help on using the changeset viewer.