Skip to content

Commit

Permalink
use genfb for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 2, 2024
1 parent f516a66 commit 533e1c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/)
foreach(item ${EXTRA_FILES})
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/${item} DESTINATION reactos/3rdParty NAME_ON_CD ${item} FOR bootcd)
endforeach(item)
endif()
endif()#

# Add font file DroidSansFallback.ttf for LiveCD
# See also boot/bootdata/packages/reactos.dff.in
Expand Down
Binary file added modules/drivers/vgapnp.sys
Binary file not shown.
2 changes: 1 addition & 1 deletion win32ss/drivers/miniport/vbe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ target_link_libraries(vgapnp libcntpr)

# pc98vid takes place of vga service on PC-98 platform
if(NOT SARCH STREQUAL "pc98")
add_cd_file(TARGET vgapnp DESTINATION reactos/system32/drivers FOR all)
# add_cd_file(TARGET vgapnp DESTINATION reactos/system32/drivers FOR all)
add_registry_inf(vbemp_reg.inf)
endif()

0 comments on commit 533e1c4

Please sign in to comment.