Changeset 82752 in vbox
- Timestamp:
- Jan 15, 2020 12:11:35 AM (5 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r80862 r82752 40 40 VBoxVRDP.cpp \ 41 41 VBoxIPC.cpp \ 42 VBoxHelpers.cpp \ 43 VBoxTray.rc 42 VBoxHelpers.cpp 44 43 VBoxTray_USES.win = vboximportchecker 45 44 VBoxTray_VBOX_IMPORT_CHECKER.win.x86 = nt4 #nt350 … … 93 92 VBoxTray.cpp_DEPS = $(VBOX_SVN_REV_KMK) 94 93 95 # The icon location is configurable. 96 VBoxTray.rc_INCS = $(VBoxTray_0_OUTDIR) 97 VBoxTray.rc_DEPS = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc 98 VBoxTray.rc_CLEAN = $(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc 99 100 # Icon include file. 101 $$(VBoxTray_0_OUTDIR)/VBoxTray-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxTray_DEFPATH)/Makefile.kmk | $$(dir $$@) 102 $(RM) -f $@ 103 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"' 94 # Version info / description + icon. 95 $(call VBOX_SET_VER_INFO_EXE,VBoxTray,VirtualBox Guest Additions Tray Application,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE)) 104 96 105 97 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.