VirtualBox

Changeset 39252 in vbox for trunk/src/VBox/Additions/WINNT


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
Files:
5 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
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk

    r39130 r39252  
    181181wined3dwddm_EXTENDS        = wined3d
    182182if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
    183  wined3dwddm_NOINST.win    = true
     183 wined3dwddm_INSTTYPE.win  = none
     184 wined3dwddm_DEBUG_INSTTYPE.win = both
    184185endif
    185186wined3dwddm_INCS           = vbox/libWineStub/include
     
    304305VBoxD3D9wddm_EXTENDS        = VBoxD3D9
    305306if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
    306  VBoxD3D9wddm_NOINST.win = true
     307 VBoxD3D9wddm_INSTTYPE  = none
     308 VBoxD3D9wddm_DEBUG_INSTTYPE = both
    307309endif
    308310VBoxD3D9wddm_INCS           = vbox/libWineStub/include
  • trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/Makefile.kmk

    r34120 r39252  
    2626VBoxGuestInstallHelper_TEMPLATE = VBOXGUESTR3DLL
    2727ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    28  VBoxGuestInstallHelper_NOINST  = true
     28 VBoxGuestInstallHelper_INSTTYPE = none
     29 VBoxGuestInstallHelper_DEBUG_INSTTYPE = both
    2930endif
    3031VBoxGuestInstallHelper_DEFS     = _WIN32_WINNT=0x0400 WIN32_LEAN_AND_MEAN=1
  • trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk

    r36899 r39252  
    2222VBoxTray_TEMPLATE = VBOXGUESTR3EXE
    2323ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    24  VBoxTray_NOINST  = true
     24 VBoxTray_INSTTYPE = none
     25 VBoxTray_DEBUG_INSTTYPE = both
    2526endif
    2627VBoxTray_DEFS     = VBOX_WITH_HGCM LOG_TO_BACKDOOR
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