Changeset 85724 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 12, 2020 5:40:42 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r85389 r85724 1695 1695 1696 1696 1697 1698 ifeq ($(KBUILD_TARGET),win) 1699 # 1700 # Install the visual manifest and associated PNGs. 1701 # 1702 INSTALLS.win += VirtualBoxManifest 1703 VirtualBoxManifest_INST = $(INST_VIRTUALBOX) 1704 VirtualBoxManifest_DEFPATH = $(PATH_ROOT)/src/VBox/Artwork/$(if-expr defined(VBOX_OSE),OSE,NonOSE)/ 1705 VirtualBoxManifest_SOURCES := \ 1706 virtualbox-70px.png=>VirtualBox_70px.png \ 1707 virtualbox-150px.png=>VirtualBox_150px.png \ 1708 $(PATH_SUB_CURRENT)/src/platform/win/VirtualBox.VisualElementsManifest.xml 1709 1710 endif 1711 1712 1697 1713 ifeq ($(KBUILD_TARGET),darwin) 1698 1714 #
Note:
See TracChangeset
for help on using the changeset viewer.