- Timestamp:
- Sep 9, 2008 2:23:58 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12256 r12257 20 20 # 21 21 22 DEPTH = ../../../..23 include $(KBUILD_PATH)/ header.kmk22 SUB_DEPTH = ../../../.. 23 include $(KBUILD_PATH)/subheader.kmk 24 24 25 25 # … … 219 219 endif 220 220 221 if 0 ## @todo not finished yet.221 if "$(USER)" == "bird" 222 222 ifdef VBOX_WITH_DEBUGGER_GUI ## @todo make this dynamically loadable and ship with release builds too. 223 223 ifeq ($(KBUILD_TARGET),win) … … 461 461 # Generate the COM wrappers. 462 462 # 463 VirtualBox4_BLDDIRS += $(PATH_VirtualBox4)/include /463 VirtualBox4_BLDDIRS += $(PATH_VirtualBox4)/include 464 464 VirtualBox4_INTERMEDIATES += $(PATH_VirtualBox4)/include/COMWrappers.h 465 465 VirtualBox4_CLEAN += $(PATH_VirtualBox4)/include/COMWrappers.h … … 467 467 $$(PATH_VirtualBox4)/include/COMWrappers.h: \ 468 468 $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \ 469 $( PATH_SUB_CURRENT)/include/COMWrappers.xsl \469 $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl \ 470 470 | $$(dir $$@) 471 471 $(call MSG_GENERATE,VirtualBox4,$<,$@) 472 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_ WRAPPERS_TEMPLATE4)$<472 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $< 473 473 474 474 # alias for generating the COM Wrappers file. … … 580 580 # Commit the magic. 581 581 # (note: before custom rules that make usage of generated variables!). 582 include $(KBUILD_PATH)/ footer.kmk582 include $(KBUILD_PATH)/subfooter.kmk 583 583 584 584
Note:
See TracChangeset
for help on using the changeset viewer.