- Fix msvc framebuf build

svn path=/branches/cmake-bringup/; revision=50728
This commit is contained in:
Johannes Anderwald 2011-02-16 10:46:02 +00:00
parent 81619aef1e
commit 62b0db3082

View file

@ -13,7 +13,7 @@ add_library(framebuf SHARED
set_entrypoint(framebuf DrvEnableDriver@12)
set_subsystem(framebuf native)
set_image_base(framebuf 0x00010000)
target_link_libraries(framebuf libcntpr)
add_importlibs(framebuf win32k)
add_dependencies(framebuf psdk bugcodes)
add_cab_target(framebuf 1)