Changeset 12265 in vbox
- Timestamp:
- Sep 9, 2008 3:38:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12259 r12265 78 78 # 79 79 ## @todo this should be tar'ed down into the output directory and installed using an install target. 80 $(PATH_BIN)/vboxkeyboard.tar.gz: \80 $(PATH_BIN)/vboxkeyboard.tar.gz: $(abspathex \ 81 81 $(VBoxKeyboard_SOURCES) \ 82 82 src/linux/COPYING.LIB \ … … 86 86 src/linux/keyboard-tables.h \ 87 87 src/linux/keyboard-types.h \ 88 src/linux/Makefile 88 src/linux/Makefile,$(PATH_SUB_CURRENT)) 89 89 $(call MSG_TOOL,tar/gzip,,$@) 90 90 $(QUIET2)$(RM) -f $(PATH_TARGET)/vboxkeyboard $@
Note:
See TracChangeset
for help on using the changeset viewer.