Changeset 41477 in vbox for trunk/src/VBox/Installer/win/Resources
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Resources/Makefile.kmk
r38360 r41477 5 5 6 6 # 7 # Copyright (C) 2010-201 1Oracle Corporation7 # Copyright (C) 2010-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 DLLS += VBoxRes … … 82 82 $(APPEND) $@ 'IDI_FILETYPE_VBOX_HDD ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_EXT_HDD))"' 83 83 84 include $(KBUILD_PATH)/subfooter.kmk84 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.