Changeset 00acd66 in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2007-06-23T13:34:01Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r3ae470a r00acd66 30 30 # 31 31 32 LIBC_PREFIX = ../ libc33 SOFTINT_PREFIX = ../ softint32 LIBC_PREFIX = ../../lib/libc 33 SOFTINT_PREFIX = ../../lib/softint 34 34 include $(LIBC_PREFIX)/Makefile.toolchain 35 35 36 CFLAGS += -I../ kbd/include36 CFLAGS += -I../../srv/kbd/include 37 37 38 38 LIBS = $(LIBC_PREFIX)/libc.a
Note:
See TracChangeset
for help on using the changeset viewer.