[BOOTMGFW] Add missing dependency.
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Sep 2015 14:43:01 +0000 (14:43 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Sep 2015 14:43:01 +0000 (14:43 +0000)
svn path=/trunk/; revision=68996

reactos/boot/environ/CMakeLists.txt

index 3506aab..bc1a15e 100644 (file)
@@ -61,7 +61,7 @@ set_entrypoint(bootmgfw EfiEntry)
 
 target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr)
 
 
 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)
 
 
 add_cd_file(TARGET bootmgfw FILE ${_bootmgfw_output_file} DESTINATION loader NO_CAB FOR bootcd regtest)