Changeset 604 for pjproject/trunk/pjsip/build/Makefile
- Timestamp:
- Jul 14, 2006 3:20:00 PM (18 years ago)
- File:
-
- 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. 4 export TEST_OBJS = main.o 5 1 6 include ../../build/common.mak 2 7 … … 88 93 tsx_basic_test.o tsx_bench.o tsx_uac_test.o \ 89 94 tsx_uas_test.o txdata_test.o uri_test.o 90 export TEST_OBJS += main.o91 95 export TEST_CFLAGS += $(_CFLAGS) 92 96 export TEST_LDFLAGS += $(_LDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.