Ignore:
Timestamp:
Mar 1, 2011 5:25:27 AM (13 years ago)
Author:
ming
Message:

Implementation of re #1202 (PJLIB System Information API) on iPhone OS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build/rules.mak

    r3175 r3428  
    116116        cp $(OBJDIR)/$(app).ko ../lib 
    117117 
     118$(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.m 
     119        $(CC) $($(APP)_CFLAGS) \ 
     120                $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ 
     121                $(subst /,$(HOST_PSEP),$<)  
     122 
    118123$(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.c 
    119124        $(CC) $($(APP)_CFLAGS) \ 
Note: See TracChangeset for help on using the changeset viewer.