Changeset 32623 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- Sep 17, 2010 9:27:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r32524 r32623 120 120 $(VBOX_PATH_X11_XORG_1_4)/xorg \ 121 121 $(PATH_SUB_CURRENT) 122 if1of ($(KBUILD_TARGET),linux solaris)123 122 vboxmouse_drv_14_SOURCES = \ 124 123 vboxmouse_15.c 125 else # Don't enable this for other platforms yet126 vboxmouse_drv_14_SOURCES = \127 xorg14/mouse.c \128 xorg14/pnp.c \129 VBoxUtils.c130 endif131 124 132 125 … … 265 258 $(QUIET)$(APPEND) -t "$@" "done" 266 259 267 if1of ($(KBUILD_TARGET),linux solaris)268 260 TESTING += $(PATH_vboxmouse_drv_14)/tstvboxmouse14.run 269 261 OTHERS += $(PATH_vboxmouse_drv_14)/tstvboxmouse14.run … … 273 265 $(INSTARGET_vboxmouse_drv_14) $(OUR_PATH_VBOXMOUSE)/undefined_15 274 266 $(QUIET)$(APPEND) -t "$@" "done" 275 endif276 267 277 268 TESTING += $(PATH_vboxmouse_drv_15)/tstvboxmouse15.run
Note:
See TracChangeset
for help on using the changeset viewer.