- Don't link portcls to msvcrt (?!) Spotted using the dependency graph added recently by Timo.

svn path=/branches/cmake-bringup/; revision=50245
This commit is contained in:
Amine Khaldi 2010-12-31 18:48:26 +00:00
parent 161033b429
commit 8e1cf24706

View file

@ -68,6 +68,6 @@ set_image_base(portcls 0x00010000)
set_subsystem(portcls native)
set_target_properties(portcls PROPERTIES SUFFIX ".sys")
add_importlibs(portcls ntoskrnl ks drmk hal msvcrt)
add_importlibs(portcls ntoskrnl ks drmk hal)
add_cab_target(portcls 2)