Changeset 106841 in vbox for trunk/src/VBox/Additions/WINNT/Mouse
- Timestamp:
- Nov 6, 2024 12:34:22 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk
r106719 r106841 85 85 VBoxMouse-inf_SOURCES += \ 86 86 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys \ 87 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat \ 88 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat=>VBoxMouse-PreW10.cat 87 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat 88 if1of ($(KBUILD_TARGET_ARCH), x86 amd64) 89 VBoxMouse-inf_SOURCES += \ 90 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.cat=>VBoxMouse-PreW10.cat 91 endif 89 92 90 93 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.sys: $$(VBoxMouse_1_TARGET) | $$(dir $$@)
Note:
See TracChangeset
for help on using the changeset viewer.