mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[BOOTLIB]
- Add missing asm dependency svn path=/trunk/; revision=73700
This commit is contained in:
parent
4b762458f9
commit
3f11bbbaf1
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ endif()
|
|||
add_asm_files(bootlib_asm ${BOOTLIB_ASM_SOURCE})
|
||||
add_library(bootlib ${BOOTLIB_SOURCE} ${bootlib_asm})
|
||||
add_pch(bootlib app/bootmgr/bootmgr.h BOOTLIB_SOURCE)
|
||||
add_dependencies(bootlib bugcodes bootmsg xdk)
|
||||
add_dependencies(bootlib bugcodes asm bootmsg xdk)
|
||||
|
||||
list(APPEND BOOTMGR_BASE_SOURCE
|
||||
app/bootmgr/efiemu.c
|
||||
|
|
Loading…
Reference in a new issue