Changeset 377
- Timestamp:
- 07/22/06 21:11:51 (6 years ago)
- Files:
-
- trunk/freewrt/toolchain/libnotimpl/Makefile (modified) (1 diff)
- trunk/freewrt/toolchain/libnotimpl/files/strlfun.c (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/toolchain/libnotimpl/Makefile
r202 r377 4 4 LIBNOTIMPL_DIR:=$(TOOLCHAIN_BUILD_DIR)/libnotimpl 5 5 6 LIBNOTIMPL_SRCS+=./files/math.c ./files/strlfun.c6 LIBNOTIMPL_SRCS+=./files/math.c 7 7 LIBNOTIMPL_OBJS:=$(patsubst ./files/%.c,$(LIBNOTIMPL_DIR)/%.o,$(LIBNOTIMPL_SRCS)) 8 8


