Changeset 11608 in vbox
- Timestamp:
- Aug 25, 2008 11:01:41 AM (16 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r11577 r11608 56 56 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/Miniport/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D)) 57 57 $(call MSG_GENERATE,VBoxVideo-inf,$@,$<) 58 $(call VBOX_EDIT_INF 32_FN,$<,$@)58 $(call VBOX_EDIT_INF_FN,$<,$@) 59 59 60 60 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys: $$(TARGET_VBoxVideo) | $$(call DIRDEP,$$(@D)) -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf
r11603 r11608 22 22 ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} 23 23 Class=Display 24 ;catDriverVer = 05/17/2007,1.04.000024 DriverVer = 05/17/2007,1.04.0000 25 25 ;cat CatalogFile = VBoxVideo.cat 26 26
Note:
See TracChangeset
for help on using the changeset viewer.