Changeset 3245 in vbox for trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk
- Timestamp:
- Jun 23, 2007 5:10:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk
r2981 r3245 24 24 25 25 SYSMODS = vboxvideo_drv 26 DLLS = vboxvideo_drv_70 vboxvideo_drv_71 26 DLLS = vboxvideo_drv_70 vboxvideo_drv_71 vboxvideo_drv_13 27 27 28 28 # for BUILD_TARGET=l4 … … 103 103 endif 104 104 vboxvideo_drv_SOURCES = \ 105 vboxvideo .c \105 vboxvideo_68.c \ 106 106 vboxutils.c 107 107 … … 120 120 ../x11include/7.0/xorg 121 121 vboxvideo_drv_70_SOURCES = \ 122 $(vboxvideo_drv_SOURCES) 122 vboxvideo_13.c \ 123 vboxutils.c # $(vboxvideo_drv_SOURCES) 123 124 124 125 … … 132 133 ../x11include/7.1/xorg 133 134 vboxvideo_drv_71_SOURCES = \ 134 $(vboxvideo_drv_SOURCES) 135 vboxvideo_13.c \ 136 vboxutils.c # $(vboxvideo_drv_SOURCES) 137 138 vboxvideo_drv_13_TEMPLATE = VBOXLNX32GUESTR3DLLNOCPP 139 vboxvideo_drv_13_DEFS := $(vboxvideo_drv_70_DEFS) 140 vboxvideo_drv_13_CFLAGS.linux := $(vboxvideo_drv_70_CFLAGS.linux) 141 vboxvideo_drv_13_LDFLAGS = -s 142 vboxvideo_drv_13_INCS = \ 143 ../x11include/1.3 \ 144 ../x11include/1.3/X11 \ 145 ../x11include/1.3/xorg 146 vboxvideo_drv_13_SOURCES = \ 147 vboxvideo_13.c \ 148 vboxutils.c # $(vboxvideo_drv_SOURCES) 135 149 136 150
Note:
See TracChangeset
for help on using the changeset viewer.