mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[FRAMEBUF_NEW]
* Use set_module_type() instead of the combination of set_entrypoint(), set_subsystem() and set_image_base(). svn path=/trunk/; revision=64805
This commit is contained in:
parent
9f58c0ec69
commit
9b9d883909
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ add_library(framebuf_new SHARED
|
|||
framebuf_new.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/framebuf_new.def)
|
||||
|
||||
set_entrypoint(framebuf_new DrvEnableDriver 12)
|
||||
set_subsystem(framebuf_new native)
|
||||
set_image_base(framebuf_new 0x00010000)
|
||||
set_module_type(framebuf_new kerneldll ENTRYPOINT DrvEnableDriver 12)
|
||||
target_link_libraries(framebuf_new libcntpr)
|
||||
add_importlibs(framebuf_new win32k)
|
||||
add_pch(framebuf_new driver.h SOURCE)
|
||||
|
|
Loading…
Reference in a new issue