Changeset 8751 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 10, 2008 3:10:52 AM (17 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxService
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk
r8155 r8751 42 42 helpers.cpp \ 43 43 VBoxService.rc 44 44 45 VBoxService_LIBS = \ 45 46 $(PATH_LIB)/additions/RuntimeW32GuestR3.lib … … 49 50 VBoxService.cpp_DEPS = $(VBOX_SVN_REV_KMK) 50 51 52 # The icon location is configurable. 53 VBoxService.rc_INCS = $(PATH_VBoxService) 54 VBoxService.rc_DEPS = $(PATH_VBoxService)/VBoxService-icon.rc 55 VBoxService.rc_CLEAN = $(PATH_VBoxService)/VBoxService-icon.rc 56 57 51 58 include $(PATH_KBUILD)/subfooter.kmk 52 59 60 # Icon include file. 61 $(PATH_VBoxService)/VBoxService-icon.rc: $(VBOX_WINDOWS_ICON_FILE) Makefile.kmk | $$(call DIRDEP,$$(@D)) 62 $(RM) -f $@ 63 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"' 64
Note:
See TracChangeset
for help on using the changeset viewer.