new: start building against a new vm source (only two files in this one: retro-unix.c and retro-image.c)
FossilOrigin-Name: 65471dffd1fb2fa19da44c8c8865d56938f961aa6d520d3ac113aa08c448f3cb
This commit is contained in:
parent
0287e01069
commit
11a60df337
2 changed files with 1945 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -113,14 +113,14 @@ bin/RETRO12.html: bin/retro-injectimage-js
|
|||
bin/retro-repl: interfaces/repl.c interfaces/image.c
|
||||
cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/retro-repl repl.c
|
||||
|
||||
bin/retro: io bin/retro-embedimage bin/retro-extend interfaces/image.c interfaces/rre.c interfaces/rre.forth interfaces/image-functions.o interfaces/io/rng.forth
|
||||
bin/retro: io bin/retro-embedimage bin/retro-extend interfaces/retro-image.c interfaces/retro-unix.c interfaces/rre.forth interfaces/io/rng.forth
|
||||
cp ngaImage rre.image
|
||||
./bin/retro-extend rre.image interfaces/io/filesystem.forth interfaces/io/gopher.forth interfaces/io/floatingpoint.forth interfaces/io/unix.forth interfaces/io/rng.forth interfaces/rre.forth
|
||||
./bin/retro-embedimage rre.image >interfaces/retro-image.c
|
||||
cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/retro rre.c image-functions.o $(RREIO) $(LIBM)
|
||||
cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/retro retro-unix.c $(LIBM)
|
||||
cd package && ../bin/retro -f list
|
||||
./bin/retro-embedimage rre.image >interfaces/retro-image.c
|
||||
cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/retro rre.c image-functions.o $(RREIO) $(LIBM)
|
||||
cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/retro retro-unix.c $(LIBM)
|
||||
rm rre.image
|
||||
|
||||
bin/retro-barebones: bin/retro-embedimage bin/retro-extend interfaces/image.c interfaces/barebones.c interfaces/barebones.forth
|
||||
|
|
1942
interfaces/retro-unix.c
Normal file
1942
interfaces/retro-unix.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue