Changeset 2691 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 17, 2007 3:35:09 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r2687 r2691 50 50 #$(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/Miniport/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D)) 51 51 # $(call MSG_GENERATE,VBoxVideo-inf,$@,$<) 52 # $(QUIET2)$(RM) -f $@ 53 # $(QUIET)$(SED) -e 's/^\;cat *//' $< > $@ 52 # $(call VBOX_EDIT_INF32_FN,$<,$@) 54 53 # 55 54 #$(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.cat: $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf $$(TARGET_VBoxVideo) $$(TARGET_VBoxDisp) -
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r2685 r2691 63 63 #$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D)) 64 64 # $(call MSG_GENERATE,VBoxGuest-inf,$@,$<) 65 # $(QUIET2)$(RM) -f $@ 66 # $(QUIET)$(SED) -e 's/^\;cat *//' $< > $@ 65 # $(call VBOX_EDIT_INF32_FN,$<,$@) 67 66 # 68 67 #$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat: $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \ -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf
r2684 r2691 20 20 [Version] 21 21 Signature="$Windows NT$" 22 ; CatalogFile=VBoxMouse.cat22 ;cat CatalogFile=VBoxMouse.cat 23 23 24 24 [SourceDisksNames]
Note:
See TracChangeset
for help on using the changeset viewer.