mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
[BOOTMGFW] Add missing dependency.
svn path=/trunk/; revision=68996
This commit is contained in:
parent
0bfea85680
commit
6556572a93
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ set_entrypoint(bootmgfw EfiEntry)
|
|||
|
||||
target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr)
|
||||
|
||||
add_dependencies(bootmgfw asm)
|
||||
add_dependencies(bootmgfw asm bugcodes)
|
||||
|
||||
add_cd_file(TARGET bootmgfw FILE ${_bootmgfw_output_file} DESTINATION loader NO_CAB FOR bootcd regtest)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue