VirtualBox

Ignore:
Timestamp:
Nov 9, 2011 2:00:21 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74782
Message:

NOINST -> INSTTYPE=none; adding DEBUG_INSTTYPE=both if the NOINST was because of code signing. This will make the .PDBs be installed into stage/debug/ for signed drivers (i.e. with .INF files).

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video
Files:
2 edited

Legend:

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

    r39160 r39252  
    7070# so it'd be dealt with in the parent makefile.
    7171ifdef VBOX_SIGN_ADDITIONS
    72  VBoxDisp_NOINST     = true
     72 VBoxDisp_INSTTYPE           = none
     73 VBoxDisp_DEBUG_INSTTYPE     = both
    7374 ifdef VBOX_WITH_WDDM
    74   VBoxDispD3D_NOINST = true
     75  VBoxDispD3D_INSTTYPE       = none
     76  VBoxDispD3D_DEBUG_INSTTYPE = both
    7577 endif
    7678endif
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk

    r37626 r39252  
    130130# so it'd be dealt with in the parent makefile.
    131131ifdef VBOX_SIGN_ADDITIONS
    132  VBoxVideo_NOINST      = true
     132 VBoxVideo_INSTTYPE            = none
     133 VBoxVideo_DEBUG_INSTTYPE      = both
    133134 ifdef VBOX_WITH_WDDM
    134   VBoxVideoWddm_NOINST = true
     135  VBoxVideoWddm_INSTTYPE       = none
     136  VBoxVideoWddm_DEBUG_INSTTYPE = both
    135137 endif
    136138endif
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