VirtualBox

Changeset 4103 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 9, 2007 5:33:43 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23560
Message:

Main: Generate .rgs from from XIDL to avoid data duplication.

Location:
trunk/src/VBox/Main
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r4071 r4103  
    214214endif
    215215
     216win32/VBoxSVC.rc_DEPS = $(PATH_TARGET)/VBoxSVC.rgs
     217
    216218
    217219#
     
    244246
    245247endif # VBOX_WITH_XPCOM
     248
    246249
    247250#
     
    355358ConsoleImpl.cpp_DEPS = $(VBOX_SVN_REV_KMK)
    356359
     360win32/VBoxC.rc_DEPS = $(PATH_TARGET)/VBoxC.rgs
     361
     362
    357363#
    358364# VBoxXML
     
    543549        $(QUIET)$(VBOX_XSLTPROC) -o $@ $^
    544550
     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
    545557## @todo r=bird: last changes to this rule showed incorrect dependencies here as it broke testcase (see testboxwin2).
    546558# 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette