Changeset 26737 in vbox
- Timestamp:
- Feb 24, 2010 11:21:26 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57987
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r26736 r26737 657 657 VirtualBox_BLDDIRS += $(VBOX_VIRTUALBOX4_OUT_DIR) 658 658 VirtualBox_CLEAN += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc 659 if "$(KBUILD_HOST)" == "win" ## @todo remove when kBuild ticket #52 has been fixed and deployed.660 VBOX_DRIVE_HACK := $(firstword $(subst :, ,$(PATH_ROOT))):661 else662 VBOX_DRIVE_HACK :=663 endif664 659 $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc: \ 665 660 $(VBOX_VIRTUALBOX4_SRC)/VirtualBoxBrand.qrc \ … … 667 662 $(call MSG_GENERATE,VirtualBox,$<,$@) 668 663 $(QUIET)$(SED) \ 669 -e 's;@VBOX_ABOUT_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_ABOUT_PNG));g' \670 -e 's;@VBOX_ABOUT_16PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_ABOUT_16PX_PNG));g' \671 -e 's;@VBOX_VBOX_16PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_16PX_PNG));g' \672 -e 's;@VBOX_VBOX_20PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_20PX_PNG));g' \673 -e 's;@VBOX_VBOX_32PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_32PX_PNG));g' \674 -e 's;@VBOX_VBOX_40PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_40PX_PNG));g' \675 -e 's;@VBOX_VBOX_48PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_48PX_PNG));g' \676 -e 's;@VBOX_VBOX_64PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_VBOX_64PX_PNG));g' \677 -e 's;@VBOX_CUBE_42PX_PNG@;$( subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_CUBE_42PX_PNG));g' \664 -e 's;@VBOX_ABOUT_PNG@;$(VBOX_BRAND_GUI_ABOUT_PNG);g' \ 665 -e 's;@VBOX_ABOUT_16PX_PNG@;$(VBOX_BRAND_GUI_ABOUT_16PX_PNG);g' \ 666 -e 's;@VBOX_VBOX_16PX_PNG@;$(VBOX_BRAND_GUI_VBOX_16PX_PNG);g' \ 667 -e 's;@VBOX_VBOX_20PX_PNG@;$(VBOX_BRAND_GUI_VBOX_20PX_PNG);g' \ 668 -e 's;@VBOX_VBOX_32PX_PNG@;$(VBOX_BRAND_GUI_VBOX_32PX_PNG);g' \ 669 -e 's;@VBOX_VBOX_40PX_PNG@;$(VBOX_BRAND_GUI_VBOX_40PX_PNG);g' \ 670 -e 's;@VBOX_VBOX_48PX_PNG@;$(VBOX_BRAND_GUI_VBOX_48PX_PNG);g' \ 671 -e 's;@VBOX_VBOX_64PX_PNG@;$(VBOX_BRAND_GUI_VBOX_64PX_PNG);g' \ 672 -e 's;@VBOX_CUBE_42PX_PNG@;$(VBOX_BRAND_GUI_CUBE_42PX_PNG);g' \ 678 673 --output $@ \ 679 674 $<
Note:
See TracChangeset
for help on using the changeset viewer.