Changeset 24672 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 15, 2009 3:37:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r24377 r24672 559 559 | $$(dir $$@) 560 560 $(call MSG_GENERATE,VirtualBox,$<,$@) 561 $( RM) -f $@ [email protected] [email protected] [email protected]561 $(QUIET)$(RM) -f $@ [email protected] [email protected] [email protected] 562 562 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $< 563 563 564 $( SED) -e '1,/\/\/ wrapper definitions/ !d' \564 $(QUIET)$(SED) -e '1,/\/\/ wrapper definitions/ !d' \ 565 565 --output [email protected] $@ 566 $( CP) --changed [email protected] [email protected]567 568 $( APPEND) -t -n [email protected] \566 $(QUIET)$(CP) --changed [email protected] [email protected] 567 568 $(QUIET)$(APPEND) -t -n [email protected] \ 569 569 '/*' \ 570 570 ' * DO NOT EDIT! This is a generated file, see COMWrappers.h for details.' \ … … 573 573 '#include "VBoxGlobal.h"' \ 574 574 '' 575 $( SED) -e '/\/\/ wrapper definitions/,9999999 !d' \575 $(QUIET)$(SED) -e '/\/\/ wrapper definitions/,9999999 !d' \ 576 576 -e 's/^inline //' \ 577 577 --append [email protected] $@ 578 $( CP) --changed [email protected] [email protected]579 $( RM) -f [email protected]578 $(QUIET)$(CP) --changed [email protected] [email protected] 579 $(QUIET)$(RM) -f [email protected] 580 580 581 581
Note:
See TracChangeset
for help on using the changeset viewer.