- Timestamp:
- May 18, 2023 12:12:31 PM (20 months ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r99010 r99846 161 161 VBoxDbgConsole.cpp \ 162 162 VBoxDbgStatsQt.cpp 163 ifdef VBOX_WITH_QT6 164 VBoxDbg_CXXFLAGS.win += /permissive- 165 endif 163 166 VBoxDbg_LDFLAGS.darwin = \ 164 167 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDbg.dylib -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r99844 r99846 388 388 endif 389 389 390 ifdef VBOX_WITH_QT6 391 VirtualBox_CXXFLAGS.win += /permissive- 392 endif 393 390 394 VirtualBox_CXXFLAGS.linux += $(VBOX_GCC_Wno-class-memaccess) 391 395 … … 421 425 ifneq ($(KBUILD_TARGET),win) 422 426 VirtualBoxVM_CXXFLAGS += -Wno-switch 427 endif 428 429 ifdef VBOX_WITH_QT6 430 VirtualBoxVM_CXXFLAGS.win += /permissive- 423 431 endif 424 432 … … 465 473 UICommon_CXXFLAGS.win += -wd4868 # prevents std::stable_sort from using functor/function comparator 466 474 UICommon_CXXFLAGS.win += -bigobj # COMWrappers.cpp fails with too many sections on win64-dep otherwise. 475 ifdef VBOX_WITH_QT6 476 UICommon_CXXFLAGS.win += /permissive- 477 endif 467 478 468 479 ## @todo we're using a number of deprecated APIs, please fix and remove these! -
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r99834 r99846 100 100 endif 101 101 102 ifdef VBOX_WITH_QT6 103 VBoxTestOGL_CXXFLAGS.win += /permissive- 104 endif 105 102 106 # Don't let ld strip out explicitly linked libraries even when they are not needed. 103 107 # This was causing some dynamic library loading problems in case of indirect dependencies
Note:
See TracChangeset
for help on using the changeset viewer.