mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00

Replace framebuf display driver by framebuf_new display driver Compile framebuf_new as framebuf.dll, and add it to bootcd/livecd Remove old framebuf from compilation, to not conflict
4 lines
82 B
CMake
4 lines
82 B
CMake
|
|
#add_subdirectory(framebuf)
|
|
add_subdirectory(framebuf_new)
|
|
add_subdirectory(vga)
|