Changeset 12686 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Sep 24, 2008 2:00:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12614 r12686 406 406 407 407 408 409 408 # Some flag hacks (should go away). 410 409 ifneq ($(KBUILD_TARGET),win) 411 src/HappyHttp.cpp_CXXFLAGS += -fexceptions412 src/VBoxDownloaderWgt.cpp_CXXFLAGS += -fexceptions413 src/VBoxNetworkFramework.cpp_CXXFLAGS += -fexceptions414 endif 415 src/HappyHttp.cpp_CXXFLAGS.linux += -O2410 VirtualBox4_src/HappyHttp.cpp_CXXFLAGS += -fexceptions 411 VirtualBox4_src/VBoxDownloaderWgt.cpp_CXXFLAGS += -fexceptions 412 VirtualBox4_src/VBoxNetworkFramework.cpp_CXXFLAGS += -fexceptions 413 endif 414 VirtualBox4_src/HappyHttp.cpp_CXXFLAGS.linux += -O2 416 415 417 416 ## @todo how to detect what tool is used? … … 420 419 # bird: What about $(if $(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-extra))? 421 420 ifdef VBOX_WITH_XPCOM 422 src/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra)421 VirtualBox4_src/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra) 423 422 endif 424 423
Note:
See TracChangeset
for help on using the changeset viewer.