mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:43:51 +00:00
Add "make registry" target
svn path=/trunk/; revision=6260
This commit is contained in:
parent
3650a74350
commit
6c664de318
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# $Id: Makefile,v 1.174 2003/10/07 07:47:21 gvg Exp $
|
||||||
#
|
#
|
||||||
# Global makefile
|
# Global makefile
|
||||||
#
|
#
|
||||||
|
@ -200,6 +201,9 @@ bootcd: bootcd_basic bootcd_makecd
|
||||||
|
|
||||||
ubootcd: bootcd_basic ubootcd_unattend bootcd_makecd
|
ubootcd: bootcd_basic ubootcd_unattend bootcd_makecd
|
||||||
|
|
||||||
|
registry: tools
|
||||||
|
$(TOOLS_PATH)/mkhive/mkhive$(EXE_POSTFIX) bootdata $(INSTALL_DIR)/system32/config
|
||||||
|
|
||||||
.PHONY: all depends implib clean clean_before install dist freeldr bootcd_directory_layout \
|
.PHONY: all depends implib clean clean_before install dist freeldr bootcd_directory_layout \
|
||||||
bootcd_bootstrap_files bootcd_install_before bootcd_basic bootcd_makecd ubootcd_unattend bootcd
|
bootcd_bootstrap_files bootcd_install_before bootcd_basic bootcd_makecd ubootcd_unattend bootcd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue