mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed target directory for setupldr.sys.
svn path=/trunk/; revision=5364
This commit is contained in:
parent
36629a61f8
commit
f8c432602c
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ LD = mingw32-ld
|
||||||
AR = mingw32-ar
|
AR = mingw32-ar
|
||||||
NM = mingw32-nm
|
NM = mingw32-nm
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
SEP = /
|
SEP = /
|
||||||
else
|
else
|
||||||
RM = cmd /C del
|
RM = cmd /C del
|
||||||
CP = copy /Y
|
CP = copy /Y
|
||||||
|
@ -42,7 +42,7 @@ LD = ld
|
||||||
AR = ar
|
AR = ar
|
||||||
NM = nm
|
NM = nm
|
||||||
MKDIR = md
|
MKDIR = md
|
||||||
SEP = /
|
SEP = /
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
|
@ -148,7 +148,7 @@ boot_loader : $(OBJDIR)$(SEP)$(TARGET)$(SEP)freeldr.sys
|
||||||
|
|
||||||
.PHONY : setup_loader
|
.PHONY : setup_loader
|
||||||
setup_loader : $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys
|
setup_loader : $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys
|
||||||
$(CP) $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys $(BOOTCD_DIR)$(SEP)disk$(SEP)reactos$(SEP)setupldr.sys
|
$(CP) $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys $(BOOTCD_DIR)$(SEP)disk$(SEP)loader$(SEP)setupldr.sys
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue