Author: janderwald
Date: Wed Feb 16 10:46:02 2011
New Revision: 50728
URL:
http://svn.reactos.org/svn/reactos?rev=50728&view=rev
Log:
- Fix msvc framebuf build
Modified:
branches/cmake-bringup/drivers/video/displays/framebuf/CMakeLists.txt
Modified: branches/cmake-bringup/drivers/video/displays/framebuf/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/drivers/video/dis…
==============================================================================
--- branches/cmake-bringup/drivers/video/displays/framebuf/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/cmake-bringup/drivers/video/displays/framebuf/CMakeLists.txt [iso-8859-1] Wed
Feb 16 10:46:02 2011
@@ -13,7 +13,7 @@
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)