- Timestamp:
- May 5, 2023 1:12:57 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r99623 r99636 1277 1277 src/wizards/importappliance/UIWizardImportAppPageSettings.cpp \ 1278 1278 src/wizards/importappliance/UIWizardImportAppPageSource.cpp \ 1279 $(VBOX_GH_SOURCES)1280 1279 1281 1280 VirtualBox_SOURCES.darwin += \ … … 1285 1284 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix 1286 1285 VirtualBox_SOURCES += \ 1287 src/platform/x11/UIDesktopServices_nix.cpp 1286 src/platform/x11/UIDesktopServices_nix.cpp \ 1287 $(VBOX_GH_SOURCES) # For detecting display server 1288 1288 endif 1289 1289 … … 1341 1341 src/softkeyboard/UISoftKeyboard.cpp \ 1342 1342 src/widgets/UIMiniToolBar.cpp \ 1343 $(VBOX_GH_SOURCES)1344 1343 1345 1344 ifdef VBOX_WITH_DRAG_AND_DROP … … 1359 1358 src/platform/darwin/UIAbstractDockIconPreview.cpp \ 1360 1359 src/platform/darwin/UICocoaDockIconPreview.mm 1360 1361 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix 1362 VirtualBoxVM_SOURCES += \ 1363 $(VBOX_GH_SOURCES) # For detecting display server 1364 endif 1361 1365 1362 1366 ifdef VBOX_WITH_HARDENING
Note:
See TracChangeset
for help on using the changeset viewer.

