mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[FREELDR]
Try to fix dependency svn path=/trunk/; revision=52206
This commit is contained in:
parent
f7def77f99
commit
e4b46e73c3
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ concatenate_files(
|
|||
|
||||
add_custom_target(freeldr ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/freeldr.sys)
|
||||
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_BINARY_DIR}/freeldr.sys DESTINATION loader NO_CAB FOR all)
|
||||
add_cd_file(TARGET freeldr FILE ${CMAKE_CURRENT_BINARY_DIR}/freeldr.sys DESTINATION loader NO_CAB FOR all)
|
||||
|
||||
list(APPEND SETUPLDR_MAIN_SOURCE
|
||||
bootmgr.c
|
||||
|
@ -280,5 +280,5 @@ concatenate_files(
|
|||
|
||||
add_custom_target(setupldr ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/setupldr.sys)
|
||||
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_BINARY_DIR}/setupldr.sys DESTINATION loader NO_CAB FOR all)
|
||||
add_cd_file(TARGET setupldr FILE ${CMAKE_CURRENT_BINARY_DIR}/setupldr.sys DESTINATION loader NO_CAB FOR all)
|
||||
|
||||
|
|
Loading…
Reference in a new issue