Changes in uspace/srv/hid/console/Makefile [7c014d1:c6f08726] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/Makefile
r7c014d1 rc6f08726 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIB FB_PREFIX)/libfb.a32 EXTRA_CFLAGS += -I$(LIB FB_PREFIX)31 LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a 32 EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) 33 33 BINARY = console 34 34 35 35 SOURCES = \ 36 36 console.c \ 37 images.c 37 keybuffer.c \ 38 images.c \ 39 gcons.c 38 40 39 41 IMAGES = \ 40 42 gfx/helenos.tga \ 41 43 gfx/nameic.tga \ 42 gfx/cons_data.tga \ 43 gfx/cons_dis.tga \ 44 gfx/cons_dis_sel.tga \ 44 gfx/cons_selected.tga \ 45 45 gfx/cons_idle.tga \ 46 gfx/cons_ sel.tga \46 gfx/cons_has_data.tga \ 47 47 gfx/cons_kernel.tga \ 48 48 gfx/anim_1.tga \
Note:
See TracChangeset
for help on using the changeset viewer.