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/pjlib-util/build/Makefile

    r477 r604  
     1# By default, the test application includes main.o. 
     2# OS make file may override this with os-specific files 
     3export UTIL_TEST_OBJS = main.o 
     4 
    15include ../../build/common.mak 
    26 
     
    3135# 
    3236export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 
    33 export UTIL_TEST_OBJS += xml.o test.o main.o 
     37export UTIL_TEST_OBJS += xml.o test.o  
    3438export UTIL_TEST_CFLAGS += $(_CFLAGS) 
    3539export UTIL_TEST_LDFLAGS += $(_LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.