Changeset 6712 in vbox for trunk/src/VBox/Additions/x11/xgraphics
- Timestamp:
- Feb 1, 2008 9:01:43 AM (17 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.