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

Location:
pjproject/trunk/pjsip/build
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r563 r604  
     1# For common OSes, test's main() is defined in main.c. 
     2# OS specific configuration may want to put it in different file. 
     3# For example, see os-rtems.mak in current directory. 
     4export TEST_OBJS = main.o 
     5 
    16include ../../build/common.mak 
    27 
     
    8893                    tsx_basic_test.o tsx_bench.o tsx_uac_test.o \ 
    8994                    tsx_uas_test.o txdata_test.o uri_test.o 
    90 export TEST_OBJS += main.o 
    9195export TEST_CFLAGS += $(_CFLAGS) 
    9296export TEST_LDFLAGS += $(_LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.