Changeset 959 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 17, 2007 6:43:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile
r957 r959 35 35 36 36 PROGRAMS = VirtualBox 37 38 INSTALLS.darwin = VirtualBox.app 39 37 40 38 41 VirtualBox_TEMPLATE = VBOXQTGUIEXE … … 194 197 195 198 199 # 200 # On Mac OS X (darwin) we need to install icon resources and compusory bundle contents. 201 # 202 VirtualBox.app_INST = $(INST_VIRTUALBOX)Contents/ 203 VirtualBox.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 196 218 include $(PATH_KBUILD)/footer.kmk 197 219
Note:
See TracChangeset
for help on using the changeset viewer.