[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
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
spec2def(ksuser.dll ksuser.spec)
|
[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
|
|
|
|
2010-10-30 16:08:19 +00:00
|
|
|
add_library(ksuser SHARED ksuser.c ksuser.rc ${CMAKE_CURRENT_BINARY_DIR}/ksuser.def)
|
[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
|
|
|
|
|
|
|
set_module_type(ksuser win32dll)
|
|
|
|
|
2010-11-27 09:00:22 +00:00
|
|
|
add_importlibs(ksuser advapi32 msvcrt kernel32 ntdll)
|
2010-10-30 16:08:19 +00:00
|
|
|
add_dependencies(ksuser psdk bugcodes)
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(ksuser 1)
|
2010-12-02 19:13:47 +00:00
|
|
|
add_importlib_target(ksuser.spec)
|