Changeset 31426 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Aug 5, 2010 9:17:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r31414 r31426 146 146 # 147 147 ## @todo We're quite probably using the wrong template here. 148 VBoxGuestR3LibXFree86_TEMPLATE = VBOXGUESTR3 XF86MOD148 VBoxGuestR3LibXFree86_TEMPLATE = VBOXGUESTR3LIB 149 149 VBoxGuestR3LibXFree86_DEFS = \ 150 150 VBOX_WITH_HGCM \ … … 152 152 RTMEM_NO_WRAP_TO_EF_APIS \ 153 153 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS,) 154 VBoxGuestR3LibXFree86_CXXFLAGS = \ 155 $(VBOX_GCC_fno-stack-protector) -ffreestanding 154 156 VBoxGuestR3LibXFree86_SOURCES = \ 155 157 VBoxGuestR3Lib.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.