mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Fix error message display during library build.
This commit is contained in:
parent
61828e6a47
commit
8c9d029df3
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ library:
|
||||||
rm -rf $(BUILDDIR)/$(MODEL)
|
rm -rf $(BUILDDIR)/$(MODEL)
|
||||||
mkdir -p $(BUILDDIR)/$(MODEL)
|
mkdir -p $(BUILDDIR)/$(MODEL)
|
||||||
cp $(BUILDDIR)/SYSTEM.[ho] $(BUILDDIR)/$(MODEL)
|
cp $(BUILDDIR)/SYSTEM.[ho] $(BUILDDIR)/$(MODEL)
|
||||||
|
cp src/runtime/*.Txt $(BUILDDIR)/$(MODEL)
|
||||||
cp $(BUILDDIR)/WindowsWrapper.h $(BUILDDIR)/$(MODEL)
|
cp $(BUILDDIR)/WindowsWrapper.h $(BUILDDIR)/$(MODEL)
|
||||||
@make -f src/tools/make/oberon.mk -s O$(MODEL)library MODEL=$(MODEL)
|
@make -f src/tools/make/oberon.mk -s O$(MODEL)library MODEL=$(MODEL)
|
||||||
@printf "\nMaking lib$(ONAME)-O$(MODEL) .a and .so\n"
|
@printf "\nMaking lib$(ONAME)-O$(MODEL) .a and .so\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue