Author: akhaldi
Date: Fri Sep 4 14:45:40 2015
New Revision: 68997
URL:
http://svn.reactos.org/svn/reactos?rev=68997&view=rev
Log:
[BOOTMGFW] Add missing dependency.
Modified:
trunk/reactos/boot/environ/CMakeLists.txt
Modified: trunk/reactos/boot/environ/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/CMakeLists.tx…
==============================================================================
--- trunk/reactos/boot/environ/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/boot/environ/CMakeLists.txt [iso-8859-1] Fri Sep 4 14:45:40 2015
@@ -33,7 +33,7 @@
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