From 8cb9d1125b5207ab743363819f928d6d5955c432 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 4 Sep 2015 14:45:40 +0000 Subject: [PATCH] [BOOTMGFW] Add missing dependency. svn path=/trunk/; revision=68997 --- reactos/boot/environ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/environ/CMakeLists.txt b/reactos/boot/environ/CMakeLists.txt index bc1a15eb277..81409ed3098 100644 --- a/reactos/boot/environ/CMakeLists.txt +++ b/reactos/boot/environ/CMakeLists.txt @@ -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