Changeset 042fbe0 in mainline for uspace/lib
- Timestamp:
- 2011-05-01T19:00:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53d9ee9, 694ca93f, 750636a
- Parents:
- e175d69
- Location:
- uspace/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
re175d69 r042fbe0 52 52 LIBRARY = libc 53 53 SLIBRARY = libc.so.0.0 54 LSONAME = libc.so .054 LSONAME = libc.so0 55 55 56 56 -
uspace/lib/softint/Makefile
re175d69 r042fbe0 32 32 LIBRARY = libsoftint 33 33 SLIBRARY = libsoftint.so.0.0 34 LSONAME = libsofti nt.so.034 LSONAME = libsofti.so0 35 35 36 36 SOURCES = \ 37 generic/division.c \37 generic/division.c \ 38 38 generic/multiplication.c 39 39
Note:
See TracChangeset
for help on using the changeset viewer.