mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37:35 +02:00
adding descriptive sexp_release_name for more detailed information
in "about this software" dialogs and such. 0.3 is lithium. 0.1 and 0.2 are retroacively hydrogen and helium, respectively.
This commit is contained in:
parent
98d03e884e
commit
9bbe80f4bf
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -97,6 +97,7 @@ include/chibi/install.h: Makefile
|
||||||
echo '#define sexp_default_module_dir "'$(MODDIR)'"' >> $@
|
echo '#define sexp_default_module_dir "'$(MODDIR)'"' >> $@
|
||||||
echo '#define sexp_platform "'$(PLATFORM)'"' >> $@
|
echo '#define sexp_platform "'$(PLATFORM)'"' >> $@
|
||||||
echo '#define sexp_version "'`cat VERSION`'"' >> $@
|
echo '#define sexp_version "'`cat VERSION`'"' >> $@
|
||||||
|
echo '#define sexp_release_name "'`cat RELEASE`'"' >> $@
|
||||||
|
|
||||||
sexp.o: sexp.c gc.c opt/bignum.c $(INCLUDES) Makefile
|
sexp.o: sexp.c gc.c opt/bignum.c $(INCLUDES) Makefile
|
||||||
$(CC) -c $(XCPPFLAGS) $(XCFLAGS) $(CLIBFLAGS) -o $@ $<
|
$(CC) -c $(XCPPFLAGS) $(XCFLAGS) $(CLIBFLAGS) -o $@ $<
|
||||||
|
|
1
RELEASE
Normal file
1
RELEASE
Normal file
|
@ -0,0 +1 @@
|
||||||
|
lithium
|
Loading…
Add table
Reference in a new issue