Author: tfaber
Date: Mon Sep 7 09:50:00 2015
New Revision: 69084
URL:
http://svn.reactos.org/svn/reactos?rev=69084&view=rev
Log:
[BOOTLIB]
- Add missing xdk 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] Mon Sep 7 09:50:00 2015
@@ -47,7 +47,7 @@
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)
+add_dependencies(bootlib bugcodes xdk)
list(APPEND BOOTMGR_BASE_SOURCE
app/bootmgr/efiemu.c