Changeset 25085 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- Nov 29, 2009 10:25:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r25084 r25085 123 123 $(VBOX_PATH_X11_XORG_1_4)/xorg \ 124 124 $(PATH_SUB_CURRENT) 125 ifeq ($(KBUILD_TARGET),linux) 125 126 vboxmouse_drv_14_SOURCES = \ 126 127 vboxmouse_15.c 128 else # Don't enable this for other platforms yet 129 vboxmouse_drv_14_SOURCES = \ 130 xorg14/mouse.c \ 131 xorg14/pnp.c \ 132 VBoxUtils.c 133 endif 127 134 128 135 … … 217 224 $(QUIET)$(APPEND) -t "$@" "done" 218 225 226 ifeq ($(KBUILD_TARGET),linux) 219 227 TESTING += $(PATH_vboxmouse_drv_14)/tstvboxmouse14.run 220 228 OTHERS += $(PATH_vboxmouse_drv_14)/tstvboxmouse14.run … … 223 231 $(INSTARGET_vboxmouse_drv_14) $(OUR_PATH_VBOXMOUSE)/undefined_15 224 232 $(QUIET)$(APPEND) -t "$@" "done" 233 endif 225 234 226 235 TESTING += $(PATH_vboxmouse_drv_15)/tstvboxmouse15.run
Note:
See TracChangeset
for help on using the changeset viewer.