Ignore:
Timestamp:
Jul 14, 2006 3:20:00 PM (18 years ago)
Author:
bennylp
Message:

Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/footprint.c

    r591 r604  
    530530 
    531531 
    532 int main() 
     532int test_main() 
    533533{ 
    534534    return dummy_function(); 
    535535} 
    536536 
     537#if defined(PJ_RTEMS) && PJ_RTEMS!=0 
     538#  include "../../pjlib/src/pjlib-test/main_rtems.c" 
     539#else 
     540int main() 
     541{ 
     542  return test_main(); 
     543} 
     544#endif 
     545 
Note: See TracChangeset for help on using the changeset viewer.