VirtualBox

Changeset 1648 in vbox


Ignore:
Timestamp:
Mar 22, 2007 7:11:27 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19777
Message:

A quick hack to include guesttool.exe and VBoxGuestAdditions.iso in the Darwin builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1046 r1648  
    141141
    142142
     143#
     144# Install staged binaries on platforms where we can't cross
     145# compile things.
     146#
     147ifneq ($(filter-out linux win l4, $(BUILD_TARGET)),)
     148 VBOX_PATH_STAGED ?= .
     149
     150 # Additions.
     151 ifndef VBOX_WITH_LINUX_ADDITIONS
     152  ifndef VBOX_WITH_WIN32_ADDITIONS
     153   ifneq ($(wildcard $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso),)
     154    INSTALLS += staged-additions
     155    staged-additions_INST = $(INST_ADDITIONS)
     156    staged-additions_MODE = 0644
     157    staged-additions_SOURCES = $(VBOX_PATH_STAGED)/VBoxGuestAdditions.iso
     158   endif
     159  endif
     160 endif
     161
     162 # guesttool.exe
     163 ifndef VBOX_WITH_WIN32_ADDITIONS
     164  ifneq ($(wildcard $(VBOX_PATH_STAGED)/guesttool.exe),)
     165   INSTALLS += staged-guesttool
     166   staged-guesttool_INST = $(INST_BIN)
     167   staged-guesttool_SOURCES = $(VBOX_PATH_STAGED)/guesttool.exe
     168  endif
     169 endif
     170
     171endif
     172
     173
     174
    143175include $(PATH_KBUILD)/footer.kmk
    144176
Note: See TracChangeset for help on using the changeset viewer.

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