VirtualBox

Changeset 9094 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 24, 2008 11:39:38 PM (17 years ago)
Author:
vboxsync
Message:

Use VBOX_WINDOWS_ICON_FILE and .rc generated at build time just like the qt3 frontend.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r8760 r9094  
    526526
    527527VirtualBox_SOURCES.win += \
    528         src/win32/VirtualBox.rc
    529 
    530 VirtualBox_SOURCES.win += \
    531         src/VBoxFBDDRAW.cpp
     528        src/VBoxFBDDRAW.cpp \
     529        $(PATH_TARGET)/VirtualBox4.rc
    532530
    533531VirtualBox_SOURCES.darwin = \
     
    653651        $(WRAPPERSFILE) \
    654652        $(PATH_BIN)/vboxkeyboard.tar.gz
     653
     654#
     655# On Windows we'll have to generate/edit the resource file.
     656# The IDI_ICON1 name is Qt specific.
     657#
     658$(PATH_TARGET)/VirtualBox4.rc: Makefile.kmk $(VBOX_WINDOWS_ICON_FILE) | $$(call DIRDEP,$$(@D))
     659        $(RM) -f $@
     660        $(APPEND) $@ 'IDI_ICON1 ICON "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"'
     661        $(CAT) $@
     662
     663OTHER_CLEAN.win += $(PATH_TARGET)/VirtualBox4.rc
    655664
    656665
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette