Changeset 4103 in vbox for trunk/src/VBox
- Timestamp:
- Aug 9, 2007 5:33:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23560
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r4071 r4103 214 214 endif 215 215 216 win32/VBoxSVC.rc_DEPS = $(PATH_TARGET)/VBoxSVC.rgs 217 216 218 217 219 # … … 244 246 245 247 endif # VBOX_WITH_XPCOM 248 246 249 247 250 # … … 355 358 ConsoleImpl.cpp_DEPS = $(VBOX_SVN_REV_KMK) 356 359 360 win32/VBoxC.rc_DEPS = $(PATH_TARGET)/VBoxC.rgs 361 362 357 363 # 358 364 # VBoxXML … … 543 549 $(QUIET)$(VBOX_XSLTPROC) -o $@ $^ 544 550 551 $(PATH_TARGET)/VBoxSVC.rgs: win32/VirtualBox_rgs.xsl $(XIDLFILE) 552 $(VBOX_XSLTPROC) --stringparam Module VBoxSVC -o $@ $^ 553 554 $(PATH_TARGET)/VBoxC.rgs: win32/VirtualBox_rgs.xsl $(XIDLFILE) 555 $(VBOX_XSLTPROC) --stringparam Module VBoxC -o $@ $^ 556 545 557 ## @todo r=bird: last changes to this rule showed incorrect dependencies here as it broke testcase (see testboxwin2). 546 558 # This is kind of obvious when looking at the rule, because it's (a) not specifing all it output
Note:
See TracChangeset
for help on using the changeset viewer.