Changeset 14571 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Nov 25, 2008 1:30:03 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r14450 r14571 426 426 # Generate the COM wrappers. 427 427 # 428 VirtualBox4_COM_WRAPPERS = $(PATH_VirtualBox4)/include/COMWrappers.h 429 428 430 VirtualBox4_BLDDIRS += $(PATH_VirtualBox4)/include 429 VirtualBox4_INTERMEDIATES += $( PATH_VirtualBox4)/include/COMWrappers.h430 VirtualBox4_CLEAN += $( PATH_VirtualBox4)/include/COMWrappers.h431 432 $$( PATH_VirtualBox4)/include/COMWrappers.h: \431 VirtualBox4_INTERMEDIATES += $(VirtualBox4_COM_WRAPPERS) 432 VirtualBox4_CLEAN += $(VirtualBox4_COM_WRAPPERS) 433 434 $$(VirtualBox4_COM_WRAPPERS): \ 433 435 $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \ 434 436 $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl \ … … 436 438 $(call MSG_GENERATE,VirtualBox4,$<,$@) 437 439 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $< 440 441 # alias for generating the COM Wrappers file. 442 testwrappers:: $$(VirtualBox4_COM_WRAPPERS) 443 438 444 439 445 # … … 464 470 $< 465 471 466 # alias for generating the COM Wrappers file.467 testwrappers:: $(VBOX_WRAPPERS_FILE4)468 469 472 470 473 ifeq ($(KBUILD_TARGET),win)
Note:
See TracChangeset
for help on using the changeset viewer.