Changeset 2485 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2007 2:32:51 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xmouse/Makefile.kmk
r2478 r2485 42 42 vboxmouse_drv_SYSSUFF = .o 43 43 vboxmouse_drv_LDFLAGS.release = -S 44 vboxmouse_drv_INCS = \44 vboxmouse_drv_INCS := \ 45 45 ../x11include/4.2/exports/include/X11 \ 46 46 ../x11include/4.2/include \ … … 52 52 ../x11include/4.2/programs/Xserver/hw/xfree86/os-support/bus \ 53 53 ../x11include/4.2/programs/Xserver/mi \ 54 $(PATH_ ROOT)/include54 $(PATH_SUB_CURRENT) 55 55 vboxmouse_drv_SOURCES = \ 56 56 mouse.c \ … … 64 64 IN_RING3 VBOX XORG_7X PIC 65 65 vboxmouse_drv_70_LDFLAGS = -s 66 vboxmouse_drv_70_INCS = \66 vboxmouse_drv_70_INCS := \ 67 67 ../x11include/7.0 \ 68 68 ../x11include/7.0/X11 \ 69 ../x11include/7.0/xorg 69 ../x11include/7.0/xorg \ 70 $(PATH_SUB_CURRENT) 70 71 vboxmouse_drv_70_SOURCES = \ 71 72 xorg70/mouse.c \ … … 80 81 ../x11include/7.1 \ 81 82 ../x11include/7.1/X11 \ 82 ../x11include/7.1/xorg 83 ../x11include/7.1/xorg \ 84 $(PATH_SUB_CURRENT) 83 85 vboxmouse_drv_71_SOURCES = \ 84 86 xorg71/mouse.c \ … … 88 90 89 91 include $(PATH_KBUILD)/footer.kmk 92
Note:
See TracChangeset
for help on using the changeset viewer.