forked from KolibriOS/kolibrios
correct makefile for ENG
git-svn-id: svn://kolibrios.org@2180 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
22ca4c7b1d
commit
bcddbd7aca
@ -455,7 +455,7 @@ $(KOSILKA_OBJECTS): .obj.kosilka/%.obj: $(PROGS)/games/kosilka/%.cpp $(KOSILKA_H
|
|||||||
include Makefile.gcc
|
include Makefile.gcc
|
||||||
|
|
||||||
# Rules for shell
|
# Rules for shell
|
||||||
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o \
|
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o \
|
||||||
$(PROGS)/system/shell/kolibri.ld
|
$(PROGS)/system/shell/kolibri.ld
|
||||||
$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
|
$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
|
||||||
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \
|
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \
|
||||||
@ -466,7 +466,7 @@ shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/std
|
|||||||
$(PROGS)/system/shell/locale/rus/globals.h \
|
$(PROGS)/system/shell/locale/rus/globals.h \
|
||||||
Makefile.gcc | .obj.shell
|
Makefile.gcc | .obj.shell
|
||||||
$(gcc_compile)
|
$(gcc_compile)
|
||||||
.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o: .obj.shell/%.o: \
|
.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o: .obj.shell/%.o: \
|
||||||
$(PROGS)/system/shell/system/%.c $(PROGS)/system/shell/system/*.h \
|
$(PROGS)/system/shell/system/%.c $(PROGS)/system/shell/system/*.h \
|
||||||
Makefile.gcc | .obj.shell
|
Makefile.gcc | .obj.shell
|
||||||
$(gcc_compile)
|
$(gcc_compile)
|
||||||
|
Loading…
Reference in New Issue
Block a user