Skip to content

Commit

Permalink
Update bootstrap to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Aug 28, 2012
1 parent e78d613 commit a8aa70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FETCH_URL
@@ -1 +1 @@
https://github.com/downloads/sorear/niecza/niecza-19.zip
https://github.com/downloads/sorear/niecza/niecza-21.zip
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -6,7 +6,7 @@ CSC=gmcs /debug+
RM=rm -f
CP=cp
WGET_O=wget --no-check-certificate -O
#WGET_O=curl -o
#WGET_O=curl -L -o

cskernel=Kernel.cs Builtins.cs Cursor.cs JSYNC.cs NieczaCLR.cs Utils.cs \
ObjModel.cs BigInteger.cs Printf.cs CodeGen.cs \
Expand Down Expand Up @@ -43,7 +43,7 @@ run/Niecza.exe: .fetch-stamp $(patsubst %,boot/obj/Run.%.ser,$(srcunits)) src/ni
mkdir boot
$(WGET_O) boot/niecza.zip $$(cat FETCH_URL)
cd boot && unzip niecza.zip
NIECZA_KEEP_IL=1 $(RUN_CLR) boot/run/Niecza.exe -C $(libunits)
NIECZA_KEEP_IL=1 $(RUN_CLR) boot/run/Niecza.exe --obj-dir=boot/obj -C $(libunits)
$(CP) boot/run/Kernel.dll boot/obj/
touch .fetch-stamp
boot/obj/Run.CORE.ser: .fetch-stamp
Expand Down

0 comments on commit a8aa70b

Please sign in to comment.