VirtualBox

Changeset 9664 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 12, 2008 5:04:53 PM (17 years ago)
Author:
vboxsync
Message:

Added some hints to the NOINST stuff when signing, and a few todos.

Location:
trunk/src/VBox/Additions/WINNT
Files:
6 edited

Legend:

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

    r9634 r9664  
    2626SYSMODS += VBoxDisp
    2727VBoxDisp_TEMPLATE    = VBOXGUESTR0
    28 ifdef VBOX_SIGN_ADDITIONS
     28ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    2929 VBoxDisp_NOINST     = true
    3030endif
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk

    r9632 r9664  
    3333SYSMODS += VBoxVideo
    3434VBoxVideo_TEMPLATE    = VBOXGUESTR0
    35 ifdef VBOX_SIGN_ADDITIONS
     35ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    3636 VBoxVideo_NOINST     = true
    3737endif
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r9624 r9664  
    7070        $(call MSG_GENERATE,VBoxGuest-inf,$@,$<)
    7171        $(call VBOX_EDIT_INF32_FN,$<,$@)
     72## @todo 64-bit todo here ^^^^^^^.
    7273
    7374$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys:   $$(TARGET_VBoxGuest) | $$(call DIRDEP,$$(@D))
     
    7778        $(INSTALL) -m 755 $< $(@D)
    7879
    79 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$(call DIRDEP,$$(@D))
     80$(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe:    $$(TARGET_VBoxTray) | $$(call DIRDEP,$$(@D))
    8081        $(INSTALL) -m 755 $< $(@D)
    8182
     
    9192        $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<)
    9293        $(call VBOX_MAKE_CAT32_FN, $(@D),$@)
     94## @todo 64-bit todo here ^^^^^^^.
    9395
    9496endif # signing
  • trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk

    r9632 r9664  
    2626PROGRAMS += VBoxControl
    2727VBoxControl_TEMPLATE = VBOXGUESTR3EXE
    28 ifdef VBOX_SIGN_ADDITIONS
     28ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    2929 VBoxControl_NOINST  = true
    3030endif
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk

    r9637 r9664  
    2929SYSMODS += VBoxGuest
    3030VBoxGuest_TEMPLATE    = VBOXGUESTR0
    31 ifdef VBOX_SIGN_ADDITIONS
     31ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    3232 VBoxGuest_NOINST     = true
    3333endif
  • trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk

    r9638 r9664  
    2626PROGRAMS += VBoxTray
    2727VBoxTray_TEMPLATE = VBOXGUESTR3EXE
    28 ifdef VBOX_SIGN_ADDITIONS
     28ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    2929 VBoxTray_NOINST  = true
    3030endif
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