Changeset 31520 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 10, 2010 11:41:04 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r31430 r31520 140 140 # C library is not available. 141 141 # 142 ## @todo We're quite probably using the wrong template here. 143 VBoxGuestR3LibXFree86_TEMPLATE = VBOXGUESTR3LIB 142 VBoxGuestR3LibXFree86_TEMPLATE = VBOXGUESTR3XF86LIB 144 143 VBoxGuestR3LibXFree86_DEFS = \ 145 144 VBOX_WITH_HGCM \ … … 147 146 RTMEM_NO_WRAP_TO_EF_APIS \ 148 147 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS,) 149 VBoxGuestR3LibXFree86_CXXFLAGS = \150 $(VBOX_GCC_fno-stack-protector) -ffreestanding151 148 VBoxGuestR3LibXFree86_SOURCES = \ 152 149 VBoxGuestR3Lib.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.