Changeset 346


Ignore:
Timestamp:
Mar 20, 2006 10:34:09 PM (18 years ago)
Author:
bennylp
Message:

Fixed error in Samples.mak when CFLAGS is specified in cmdline

File:
1 edited

Legend:

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

    r344 r346  
    3939BINDIR := ../bin/samples 
    4040 
    41 CFLAGS = $(_CFLAGS) 
    42 LDFLAGS = $(_LDFLAGS) 
    43  
    4441SAMPLES := simpleua playfile playsine confsample sndinfo level 
    4542 
     
    5451 
    5552$(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.c 
    56         $(CC) $(CFLAGS) \ 
     53        $(CC) $(_CFLAGS) \ 
    5754          $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ 
    5855          $(subst /,$(HOST_PSEP),$<)  
Note: See TracChangeset for help on using the changeset viewer.