Changeset 17161 in vbox
- Timestamp:
- Feb 26, 2009 12:38:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r17153 r17161 293 293 VBOX_WITH_COCOA_QT = 1 294 294 endif 295 if1of ($(USERNAME), 295 if1of ($(USERNAME),poetzsch) 296 296 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),darwin.x86) 297 297 VBOX_WITH_COCOA_QT = 1 … … 3058 3058 $(LIB_SDL_INC) 3059 3059 TEMPLATE_VBOXQT4GUIEXE_CXXFLAGS = \ 3060 -g -pipe $( VBOX_GCC_WARN) -frtti -fno-exceptions -Wno-non-virtual-dtor \3060 -g -pipe $(filter-out -Wno-unused,$(VBOX_GCC_WARN)) -frtti -fno-exceptions -Wno-non-virtual-dtor \ 3061 3061 -Wno-long-long -fshort-wchar -fno-strict-aliasing \ 3062 3062 $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden)
Note:
See TracChangeset
for help on using the changeset viewer.