Changeset 12576 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 18, 2008 2:53:28 PM (16 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.