Changeset 11577 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 22, 2008 3:13:34 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r10129 r11577 42 42 VBoxVideo-inf_MODE = a+r,u+w 43 43 ifndef VBOX_SIGN_ADDITIONS 44 VBoxVideo-inf_SOURCES = Miniport/VBoxVideo.inf 44 VBoxVideo-inf_SOURCES = \ 45 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf 45 46 else 46 47 VBoxVideo-inf_SOURCES = \ … … 49 50 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll \ 50 51 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.cat 52 endif # signing 51 53 VBoxVideo-inf_CLEAN = $(VBoxVideo-inf_SOURCES) 52 54 VBoxVideo-inf_BLDDIRS = $(PATH_TARGET)/VBoxVideoCat.dir … … 69 71 $(call VBOX_MAKE_CAT32_FN, $(@D),$@) 70 72 71 endif # signing72 73 73 include $(KBUILD_PATH)/subfooter.kmk 74 74
Note:
See TracChangeset
for help on using the changeset viewer.