[MOUNTMGR]

* Fix build.

svn path=/branches/usb-bringup-trunk/; revision=55256
This commit is contained in:
Amine Khaldi 2012-01-27 18:45:54 +00:00
parent 35c824d26f
commit 43220d11a5

View file

@ -10,10 +10,9 @@ list(APPEND SOURCE
mountmgr.rc)
add_library(mountmgr SHARED ${SOURCE})
target_link_libraries(mountmgr wdmguid ioevent)
allow_warnings(mountmgr)
set_module_type(mountmgr kernelmodedriver)
add_importlibs(mountmgr ntoskrnl hal)
add_pch(mountmgr mntmgr.h)
#add_cd_file(TARGET mountmgr DESTINATION reactos/system32/drivers NO_CAB FOR all)