Changeset 6712 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 1, 2008 9:01:43 AM (17 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk
r6675 r6712 110 110 DLLS += vboxvideo_drv_70 111 111 vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD 112 vboxvideo_drv_70_CFLAGS := -std=c99 # why? put in template?113 112 if1of ($(BUILD_TARGET), l4 linux) 114 113 vboxvideo_drv_70_CFLAGS += \ … … 117 116 vboxvideo_drv_70_DEFS := \ 118 117 XFree86Server IN_MODULE XFree86Module XFree86LOADER XORG_7X RENDER=1 119 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything erhere.118 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything here. 120 119 vboxvideo_drv_70_DEFS += _XPG6 __EXTENSIONS__ 121 120 endif -
trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk
r6684 r6712 60 60 vboxmouse_drv_70_DEFS = \ 61 61 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X 62 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything here. 63 vboxmouse_drv_70_DEFS += _XPG6 __EXTENSIONS__ 64 endif 62 65 vboxmouse_drv_70_INCS := \ 63 66 $(VBOX_PATH_X11_XORG_7_0) \
Note:
See TracChangeset
for help on using the changeset viewer.