Changeset 1648 in vbox
- Timestamp:
- Mar 22, 2007 7:11:27 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1046 r1648 141 141 142 142 143 # 144 # Install staged binaries on platforms where we can't cross 145 # compile things. 146 # 147 ifneq ($(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 171 endif 172 173 174 143 175 include $(PATH_KBUILD)/footer.kmk 144 176
Note:
See TracChangeset
for help on using the changeset viewer.