Changeset 99830 in vbox
- Timestamp:
- May 17, 2023 2:03:55 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157466
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r99817 r99830 312 312 ./src/platform/darwin \ 313 313 ./src/platform/win \ 314 ./src/platform/ x11\314 ./src/platform/nix \ 315 315 ./src/runtime \ 316 316 ./src/runtime/fullscreen \ … … 1296 1296 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # U*nix 1297 1297 VirtualBox_SOURCES += \ 1298 src/platform/ x11/UIDesktopServices_nix.cpp \1298 src/platform/nix/UIDesktopServices_nix.cpp \ 1299 1299 $(VBOX_GH_SOURCES) # For detecting display server 1300 1300 endif … … 1639 1639 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # Un*x 1640 1640 UICommon_SOURCES += \ 1641 src/platform/ x11/VBoxUtils-nix.cpp \1642 src/platform/ x11/XKeyboard-new.cpp1641 src/platform/nix/VBoxUtils-nix.cpp \ 1642 src/platform/nix/XKeyboard-new.cpp 1643 1643 endif 1644 1644 … … 2124 2124 platform/os2 \ 2125 2125 platform/win \ 2126 platform/ x11\2126 platform/nix \ 2127 2127 runtime \ 2128 2128 runtime/fullscreen \
Note:
See TracChangeset
for help on using the changeset viewer.