Forgot to commit image.c for use w/repl
FossilOrigin-Name: ff226c6a6bdcd3988b67d7962b1a550de35918d8c4cd739051e12c16f7dbea73
This commit is contained in:
parent
fc0e64eab4
commit
0b176bd577
2 changed files with 6 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -29,7 +29,7 @@ cd ..
|
|||
|
||||
cp ngaImage interfaces/ri
|
||||
cd interfaces/ri
|
||||
../../bin/embedimage >image.c
|
||||
../../bin/embedimage > image.c
|
||||
cp image.c ..
|
||||
rm ngaImage
|
||||
cd ../..
|
||||
|
@ -37,14 +37,14 @@ cd ../..
|
|||
cp ngaImage interfaces
|
||||
cd interfaces
|
||||
../bin/extend rre_windows.forth
|
||||
../bin/embedimage >rre_image_windows.c
|
||||
../bin/embedimage > rre_image_windows.c
|
||||
rm ngaImage
|
||||
cd ..
|
||||
|
||||
cp ngaImage interfaces
|
||||
cd interfaces
|
||||
../bin/extend rre.forth
|
||||
../bin/embedimage >rre_image_unix.c
|
||||
../bin/embedimage > rre_image_unix.c
|
||||
rm ngaImage
|
||||
cc -O3 -c rre.c -o rre.o
|
||||
cc -O3 -c repl.c -o repl.o
|
||||
|
|
3
interfaces/image.c
Normal file
3
interfaces/image.c
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue