Changeset 9664 in vbox for trunk/src/VBox
- Timestamp:
- Jun 12, 2008 5:04:53 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r9634 r9664 26 26 SYSMODS += VBoxDisp 27 27 VBoxDisp_TEMPLATE = VBOXGUESTR0 28 ifdef VBOX_SIGN_ADDITIONS 28 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 29 29 VBoxDisp_NOINST = true 30 30 endif -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r9632 r9664 33 33 SYSMODS += VBoxVideo 34 34 VBoxVideo_TEMPLATE = VBOXGUESTR0 35 ifdef VBOX_SIGN_ADDITIONS 35 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 36 36 VBoxVideo_NOINST = true 37 37 endif -
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r9624 r9664 70 70 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<) 71 71 $(call VBOX_EDIT_INF32_FN,$<,$@) 72 ## @todo 64-bit todo here ^^^^^^^. 72 73 73 74 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$(call DIRDEP,$$(@D)) … … 77 78 $(INSTALL) -m 755 $< $(@D) 78 79 79 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$(call DIRDEP,$$(@D))80 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$(call DIRDEP,$$(@D)) 80 81 $(INSTALL) -m 755 $< $(@D) 81 82 … … 91 92 $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<) 92 93 $(call VBOX_MAKE_CAT32_FN, $(@D),$@) 94 ## @todo 64-bit todo here ^^^^^^^. 93 95 94 96 endif # signing -
trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk
r9632 r9664 26 26 PROGRAMS += VBoxControl 27 27 VBoxControl_TEMPLATE = VBOXGUESTR3EXE 28 ifdef VBOX_SIGN_ADDITIONS 28 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 29 29 VBoxControl_NOINST = true 30 30 endif -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r9637 r9664 29 29 SYSMODS += VBoxGuest 30 30 VBoxGuest_TEMPLATE = VBOXGUESTR0 31 ifdef VBOX_SIGN_ADDITIONS 31 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 32 32 VBoxGuest_NOINST = true 33 33 endif -
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r9638 r9664 26 26 PROGRAMS += VBoxTray 27 27 VBoxTray_TEMPLATE = VBOXGUESTR3EXE 28 ifdef VBOX_SIGN_ADDITIONS 28 ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.) 29 29 VBoxTray_NOINST = true 30 30 endif
Note:
See TracChangeset
for help on using the changeset viewer.