Changeset 11479 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 19, 2008 12:11:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r11467 r11479 37 37 DLLS += VBoxSettings VBoxC 38 38 PROGRAMS += VBoxSVC 39 OTHERS += $(VBOX_PATH_SDK)/bindings/VirtualBox.xidl 39 40 VBOX_MAIN_DEFS = 40 41 ifneq ($(KBUILD_TARGET),win) … … 120 121 $(MKDIR) -p $@ 121 122 123 $(VBOX_PATH_SDK)/bindings/VirtualBox.xidl: $(VBOX_PATH_MAIN_SRC)/idl/VirtualBox.xidl 124 $(QUIET)$(MKDIR) -p $(VBOX_PATH_SDK)/bindings 125 $(QUIET)$(CP) $< $@ 122 126 123 127 #
Note:
See TracChangeset
for help on using the changeset viewer.