mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[BOOTMGFW] Add missing dependency.
svn path=/trunk/; revision=68997
This commit is contained in:
parent
6556572a93
commit
8cb9d1125b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ endif()
|
|||
add_asm_files(bootmgr_common_asm ${BOOTMGR_COMMON_ASM_SOURCE})
|
||||
add_library(bootmgr_common ${BOOTMGR_COMMON_SOURCE} ${bootmgr_common_asm})
|
||||
add_pch(bootmgr_common app/bootmgr/bootmgr.h BOOTMGR_COMMON_SOURCE)
|
||||
#add_dependencies(bootmgr_common bugcodes)
|
||||
add_dependencies(bootmgr_common bugcodes)
|
||||
|
||||
list(APPEND BOOTMGR_BASE_SOURCE
|
||||
app/bootmgr/efiemu.c
|
||||
|
|
Loading…
Reference in a new issue