VirtualBox

Ignore:
Timestamp:
Feb 17, 2007 6:43:08 AM (18 years ago)
Author:
vboxsync
Message:

Darwin app bundle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile

    r957 r959  
    3535
    3636PROGRAMS = VirtualBox
     37
     38INSTALLS.darwin = VirtualBox.app
     39
    3740
    3841VirtualBox_TEMPLATE = VBOXQTGUIEXE
     
    194197
    195198
     199#
     200# On Mac OS X (darwin) we need to install icon resources and compusory bundle contents.
     201#
     202VirtualBox.app_INST = $(INST_VIRTUALBOX)Contents/
     203VirtualBox.app_SOURCES = \
     204        src/darwin/PkgInfo \
     205        $(PATH_TARGET)/Info.plist \
     206        images/ico64x01.icns=>Resources/VirtualBox.icns
     207
     208$(PATH_TARGET)/Info.plist: src/darwin/Info.plist $(VBOX_VERSION_MK) | $(call DIRDEP,$(PATH_TARGET))
     209        $(call MSG_L1,Generating $@)
     210        $(xQUIET)$(RM) -f $@
     211        $(xQUIET)$(SED) \
     212                -e 's/@VBOX_VERSION_MAJOR@/$(VBOX_VERSION_MAJOR)/g' \
     213                -e 's/@VBOX_VERSION_MINOR@/$(VBOX_VERSION_MINOR)/g' \
     214                -e 's/@VBOX_VERSION_BUILD@/$(VBOX_VERSION_BUILD)/g' \
     215                $< > $@
     216
     217
    196218include $(PATH_KBUILD)/footer.kmk
    197219
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