mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
now it is possible to build bootcd and bootcdregtest with the same tree (without changing any files)
svn path=/trunk/; revision=24659
This commit is contained in:
parent
ef31ab5c96
commit
e343b07d1f
2 changed files with 7 additions and 1 deletions
|
@ -402,6 +402,12 @@ universe:
|
|||
ROS_OUTPUT=output-$(ARCH)-r \
|
||||
world
|
||||
|
||||
|
||||
regtest:
|
||||
$(cp) boot\bootdata\unattend.inf.sample output-i386\cd\reactos\unattend.inf
|
||||
$(MAKE) bootcdregtest
|
||||
$(rm) output-i386\cd\reactos\unattend.inf
|
||||
|
||||
.PHONY: msvc
|
||||
msvc: $(RBUILD_TARGET)
|
||||
$(ECHO_RBUILD)
|
||||
|
|
|
@ -398,7 +398,7 @@ media\inf\usbport.inf 6
|
|||
media\inf\usb.inf 6
|
||||
media\inf\usbstor.inf 6
|
||||
media\inf\xboxdisp.inf 6
|
||||
;boot\bootdata\unattend.inf 6 optional
|
||||
boot\bootdata\unattend.inf 6 optional
|
||||
|
||||
|
||||
; Subsystems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue