Changeset 3405 in vbox for trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
- Timestamp:
- Jul 3, 2007 10:32:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r3401 r3405 84 84 # Sources containing local definitions of classes that use the Q_OBJECT macro 85 85 VirtualBox_QT_MOCSRCS = src/VBoxSelectorWnd.cpp 86 if neq ($(BUILD_TARGET),win)86 ifdef VBOX_WITH_XPCOM 87 87 VirtualBox_QT_MOCSRCS += src/COMDefs.cpp 88 88 endif … … 159 159 ## @todo GCC3 seems to lack -Wno-missing-base-class-initializer, so we use 160 160 # more generic -Wno-extra 161 if neq ($(BUILD_TARGET),win)161 ifdef VBOX_WITH_XPCOM 162 162 src/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra) 163 163 endif
Note:
See TracChangeset
for help on using the changeset viewer.