mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[MKHIVE] Minor additional functionality.
- Add support for '/' switch characters. - Add '-?' switch. TEMPORARY: - Add a '-u' switch to generate hive file names in uppercase (by default we keep these in lowercase). Should help in fixing GCCLin builder. [CMAKE] Fix expected file name case. Should help in fixing GCCLin builder.
This commit is contained in:
parent
c069ca1797
commit
efbe071e02
2 changed files with 34 additions and 6 deletions
|
@ -810,15 +810,15 @@ function(create_registry_hives)
|
|||
|
||||
# BootCD setup system hive
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_BINARY_DIR}/boot/bootdata/SETUPREG.HIV
|
||||
OUTPUT ${CMAKE_BINARY_DIR}/boot/bootdata/setupreg.hiv
|
||||
COMMAND native-mkhive -h:SETUPREG -d:${CMAKE_BINARY_DIR}/boot/bootdata ${CMAKE_BINARY_DIR}/boot/bootdata/hivesys_utf16.inf
|
||||
DEPENDS native-mkhive ${CMAKE_BINARY_DIR}/boot/bootdata/hivesys_utf16.inf)
|
||||
|
||||
add_custom_target(bootcd_hives
|
||||
DEPENDS ${CMAKE_BINARY_DIR}/boot/bootdata/SETUPREG.HIV)
|
||||
DEPENDS ${CMAKE_BINARY_DIR}/boot/bootdata/setupreg.hiv)
|
||||
|
||||
add_cd_file(
|
||||
FILE ${CMAKE_BINARY_DIR}/boot/bootdata/SETUPREG.HIV
|
||||
FILE ${CMAKE_BINARY_DIR}/boot/bootdata/setupreg.hiv
|
||||
TARGET bootcd_hives
|
||||
DESTINATION reactos
|
||||
NO_CAB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue