Author: akhaldi
Date: Sat Oct 18 14:12:41 2014
New Revision: 64805

URL: http://svn.reactos.org/svn/reactos?rev=64805&view=rev
Log:
[FRAMEBUF_NEW]
* Use set_module_type() instead of the combination of set_entrypoint(), 
set_subsystem() and set_image_base().

Modified:
    trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt

Modified: trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt?rev=64805&r1=64804&r2=64805&view=diff
==============================================================================
--- trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt  
[iso-8859-1] (original)
+++ trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt  
[iso-8859-1] Sat Oct 18 14:12:41 2014
@@ -14,9 +14,7 @@
     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)


Reply via email to