[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
|
|
|
|
add_library(pciide SHARED pciide.c pciide.rc)
|
|
|
|
|
2010-11-04 21:31:33 +00:00
|
|
|
set_module_type(pciide kernelmodedriver)
|
[CMAKE]
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov.
svn path=/branches/cmake-bringup/; revision=48951
2010-10-01 00:15:10 +00:00
|
|
|
add_importlibs(pciide pciidex ntoskrnl)
|
2010-11-04 21:31:33 +00:00
|
|
|
|
|
|
|
add_cab_target(pciide 2)
|