Author: akhaldi
Date: Fri Sep 4 14:43:01 2015
New Revision: 68996
URL:
http://svn.reactos.org/svn/reactos?rev=68996&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:43:01 2015
@@ -61,7 +61,7 @@
target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr)
-add_dependencies(bootmgfw asm)
+add_dependencies(bootmgfw asm bugcodes)
add_cd_file(TARGET bootmgfw FILE ${_bootmgfw_output_file} DESTINATION loader NO_CAB FOR
bootcd regtest)