Changeset 12576 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 18, 2008 2:53:28 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r12488 r12576 122 122 #VirtualBox3Hardened_INST.darwin = $(INST_BIN)VirtualBox3 $(INST_BIN)VirtualBoxVM3 123 123 VirtualBox3Hardened_INST = $(INST_BIN)VirtualBox3 $(INST_BIN)VirtualBoxVM3 124 endif125 126 127 #128 # Note: I'm doing this right here because the GUI will _not_ run129 # without that file which might be annoying for developers!130 #131 ## @todo is is an ugly hack, change into an install target or make the root Makefile do this!132 ifndef VBOX_OSE133 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # linux only, yea, right.134 $(VBOX_LICENSE_BIN): $(VBOX_BRAND_LICENSE_HTML)135 $(call MSG_GENERATE,,$@)136 $(QUIET)$(CP) $< $@137 138 $(PATH_BIN)/VirtualBox3: $(VBOX_LICENSE_BIN)139 endif140 124 endif 141 125 -
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12519 r12576 575 575 576 576 577 #578 # Install the license file. Belongs in the root makefile really.579 #580 # Note: I'm doing this right here because the GUI will _not_ run581 # without that file which might be annoying for developers!582 #583 ifndef VBOX_OSE584 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),)585 $(VBOX_LICENSE_BIN): $(VBOX_BRAND_LICENSE_HTML)586 $(call MSG_GENERATE,,$@)587 $(QUIET)$(CP) $< $@588 589 $(PATH_BIN)/VirtualBox: $(VBOX_LICENSE_BIN)590 endif591 endif592 593 594 595 577 # Unset everything that was loaded from VBoxUI.pro. 596 578 TEMPLATE := $(SAVED_TEMPLATE)
Note:
See TracChangeset
for help on using the changeset viewer.