mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
add importlib targets for bootvid, kdcom, ttfd svn path=/branches/cmake-bringup/; revision=49664
This commit is contained in:
parent
dca867f3fd
commit
795de760bd
3 changed files with 5 additions and 2 deletions
|
@ -26,4 +26,5 @@ add_importlibs(bootvid ntoskrnl hal)
|
|||
add_pch(bootvid ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(bootvid psdk buildno_header bugcodes)
|
||||
add_minicd_target(bootvid reactos bootvid.dll)
|
||||
add_cab_target(bootvid 1)
|
||||
add_cab_target(bootvid 1)
|
||||
add_importlib_target(bootvid.spec)
|
||||
|
|
|
@ -21,3 +21,4 @@ add_importlibs(kdcom ntoskrnl hal)
|
|||
add_dependencies(kdcom psdk buildno_header bugcodes)
|
||||
add_minicd_target(kdcom reactos kdcom.dll)
|
||||
add_livecd_target(kdcom reactos/system32)
|
||||
add_importlib_target(kdcom.spec)
|
||||
|
|
|
@ -18,4 +18,5 @@ target_link_libraries(ftfd
|
|||
|
||||
add_importlibs(ftfd win32k)
|
||||
add_dependencies(ftfd psdk)
|
||||
add_cab_target(ftfd 1)
|
||||
add_cab_target(ftfd 1)
|
||||
add_importlib_target(ftfd.spec)
|
Loading…
Reference in a new issue