Changeset d7b7f5e in mainline
- Timestamp:
- 2013-09-14T15:41:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1c0cef0
- Parents:
- 41e871f
- Files:
-
- 9 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
r41e871f rd7b7f5e 273 273 uspace/app/df/df 274 274 uspace/dist/app/df 275 uspace/app/download/download 276 uspace/dist/app/download -
boot/Makefile.common
r41e871f rd7b7f5e 174 174 $(USPACE_PATH)/app/dnscfg/dnscfg \ 175 175 $(USPACE_PATH)/app/dnsres/dnsres \ 176 $(USPACE_PATH)/app/download/download \ 176 177 $(USPACE_PATH)/app/edit/edit \ 177 178 $(USPACE_PATH)/app/inet/inet \ -
uspace/Makefile
r41e871f rd7b7f5e 42 42 app/dnscfg \ 43 43 app/dnsres \ 44 app/download \ 44 45 app/edit \ 45 46 app/getterm \ … … 234 235 lib/gui \ 235 236 lib/hound \ 237 lib/http \ 236 238 lib/softrend \ 237 239 lib/draw \ … … 239 241 lib/nic \ 240 242 lib/ext4 \ 243 lib/uri \ 241 244 lib/usb \ 242 245 lib/usbhost \ -
uspace/Makefile.common
r41e871f rd7b7f5e 141 141 LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge 142 142 143 LIBHTTP_PREFIX = $(LIB_PREFIX)/http 144 LIBURI_PREFIX = $(LIB_PREFIX)/uri 145 143 146 ifeq ($(STATIC_NEEDED),y) 144 147 STATIC_BUILD = y
Note:
See TracChangeset
for help on using the changeset viewer.