2 spec2def(framebuf_new.dll framebuf_new.spec)
10 ${CMAKE_CURRENT_BINARY_DIR}/framebuf_new.def)
12 add_library(framebuf_new SHARED
17 # FIXME: http://www.cmake.org/Bug/view.php?id=12998
19 #add_target_compile_flags(framebuf_new "/Gz")
20 set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "/Gz")
22 #add_target_compile_flags(framebuf_new "-mrtd -fno-builtin")
23 set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-mrtd -fno-builtin")
27 set_entrypoint(framebuf_new DrvEnableDriver 12)
28 set_subsystem(framebuf_new native)
29 set_image_base(framebuf_new 0x00010000)
31 target_link_libraries(framebuf_new libcntpr)
33 add_importlibs(framebuf_new win32k)
34 add_pch(framebuf_new driver.h)
35 add_dependencies(framebuf_new psdk bugcodes)