Changeset 98431 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Feb 2, 2023 12:10:49 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155678
- Location:
- trunk/src/VBox/Main/src-helper-apps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r98183 r98431 50 50 # Note! Doesn't link with VBOX_WITH_DEBUG_VCC_CRT defined because it uses Qt. 51 51 # 52 if 53 54 55 52 if defined(VBOX_WITH_QTGUI) \ 53 && (defined(VBOX_WITH_VMSVGA3D) || defined(VBOX_WITH_VIDEOHWACCEL)) \ 54 && !defined(VBOX_WITH_DEBUG_VCC_CRT) \ 55 && "$(KBUILD_TARGET)" != "darwin" 56 56 ifdef VBOX_WITH_VIDEOHWACCEL 57 57 ifndef VBOX_WITH_QT6 -
trunk/src/VBox/Main/src-helper-apps/os2/Makefile.kmk
r98103 r98431 56 56 SEGMENT IOPL IOPL EXECUTEREAD 57 57 if 0 58 os2_util_LDFLAGS+= Debug Watcom All59 os2_util_CFLAGS+= -d2 -hw58 os2_util_LDFLAGS += Debug Watcom All 59 os2_util_CFLAGS += -d2 -hw 60 60 endif 61 61
Note:
See TracChangeset
for help on using the changeset viewer.