mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
[CMAKE]
Bootcd: Added : syssetup.inf, vgafonts.cab, c_28593.nls, ntvdm. Remove blue from reactos.cab. svn path=/branches/cmake-bringup/; revision=49484
This commit is contained in:
parent
fbf705275d
commit
4bf0ec6bd9
7 changed files with 11 additions and 6 deletions
|
@ -7,4 +7,4 @@ set_module_type(blue kernelmodedriver)
|
|||
add_importlibs(blue ntoskrnl hal)
|
||||
|
||||
add_minicd_target(blue reactos blue.sys)
|
||||
add_cab_target(blue 2)
|
||||
add_livecd_target(blue reactos/system32/drivers)
|
||||
|
|
|
@ -3,4 +3,4 @@ foreach(item ${NLS_FILES})
|
|||
add_cab("${CMAKE_CURRENT_SOURCE_DIR}/${item}" 6)
|
||||
endforeach(item)
|
||||
|
||||
add_livecd(${CMAKE_CURRENT_SOURCE_DIR}/syssetup.inf.trunk reactos/inf syssetup.inf)
|
||||
add_livecd(${CMAKE_CURRENT_SOURCE_DIR}/syssetup.inf reactos/inf)
|
|
@ -51,6 +51,7 @@ list(APPEND NLS_FILES
|
|||
c_21866.nls
|
||||
c_28591.nls
|
||||
c_28592.nls
|
||||
c_28593.nls
|
||||
c_28594.nls
|
||||
c_28595.nls
|
||||
c_28596.nls
|
||||
|
|
|
@ -17,3 +17,4 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab
|
|||
add_custom_target(vgafonts DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab)
|
||||
|
||||
add_minicd(${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab reactos vgafonts.cab)
|
||||
add_cab(${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab 4)
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
add_subdirectory(ntvdm)
|
||||
if(ARCH MATCHES i386)
|
||||
add_subdirectory(ntvdm)
|
||||
endif()
|
||||
add_subdirectory(win32)
|
||||
|
|
|
@ -15,3 +15,5 @@ target_link_libraries(ntvdm
|
|||
|
||||
add_importlibs(ntvdm ntdll user32 gdi32 advapi32 kernel32 msvcrt)
|
||||
add_dependencies(ntvdm ndk bugcodes)
|
||||
|
||||
add_cab_target(ntvdm 1)
|
Loading…
Add table
Add a link
Reference in a new issue