VirtualBox

Ignore:
Timestamp:
Oct 17, 2024 2:02:50 PM (3 months ago)
Author:
vboxsync
Message:

Additions/WINNT/Graphics: Don't build and sign the XPDM video driver if VBOX_WITH_XPDM is not set, bugref:10734 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk

    r106454 r106455  
    5151
    5252 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/mp/xpdm/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    53         $(call MSG_GENERATE,VBoxVideo-inf,$@,$<)
    54         $(call VBOX_EDIT_INF_FN,$<,$@)
     53        $(call MSG_GENERATE,VBoxVideo-inf,$@,$<)
     54        $(call VBOX_EDIT_INF_FN,$<,$@)
    5555
    5656 $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideoEarlyNT.inf: $(PATH_SUB_CURRENT)/mp/xpdm/VBoxVideoEarlyNT.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    57         $(call MSG_GENERATE,VBoxVideoEarlyNT-inf,$@,$<)
    58         $(call VBOX_EDIT_INF_FN,$<,$@)
     57        $(call MSG_GENERATE,VBoxVideoEarlyNT-inf,$@,$<)
     58        $(call VBOX_EDIT_INF_FN,$<,$@)
    5959
    6060 if defined(VBOX_SIGNING_MODE) && defined(VBOX_SIGN_ADDITIONS)
     
    7979                $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys \
    8080                $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll
    81         $(call MSG_TOOL,Inf2Cat,VBoxVideo-inf,$@,$<)
    82         $(call VBOX_MAKE_CAT_FN, $(@D),$@)
     81        $(call MSG_TOOL,Inf2Cat,VBoxVideo-inf,$@,$<)
     82        $(call VBOX_MAKE_CAT_FN, $(@D),$@)
    8383
    8484  $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideoEarlyNT.cat: \
     
    8686                $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxVideo.sys \
    8787                $(PATH_TARGET)/VBoxVideoEarlyNTCat.dir/VBoxDisp.dll
    88         $(call MSG_TOOL,Inf2Cat,VBoxVideoEarlyNT-inf,$@,$<)
    89         $(call VBOX_MAKE_CAT_FN, $(@D),$@)
     88        $(call MSG_TOOL,Inf2Cat,VBoxVideoEarlyNT-inf,$@,$<)
     89        $(call VBOX_MAKE_CAT_FN, $(@D),$@)
    9090
    9191 endif # signing
Note: See TracChangeset for help on using the changeset viewer.

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