+ added readme.txt file

This commit is contained in:
pierre 1999-10-29 14:33:03 +00:00
parent d0bef9e739
commit e864889c57
2 changed files with 19 additions and 5 deletions

View File

@ -60,9 +60,9 @@ EXEOBJECTS=fp
#####################################################################
.PHONY: all clean install info \
staticlib sharedlib libsclean \
staticinstall sharedinstall libinstall \
staticlib sharedlib libsclean \
staticinstall sharedinstall libinstall \
all: testfpcmake fpc_all
info: testfpcmake fpc_info
@ -144,7 +144,7 @@ clean : testfpcmake fpc_cleanall
# Installation
#
install: fpc_install
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) $(BININSTALLDIR)
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) readme.txt $(BININSTALLDIR)
#
# Misc
@ -154,7 +154,10 @@ clean_compiler:
#
# $Log$
# Revision 1.16 1999-10-08 15:34:11 pierre
# Revision 1.17 1999-10-29 14:33:03 pierre
# + added readme.txt file
#
# Revision 1.16 1999/10/08 15:34:11 pierre
# * adapted to target dependent libgdb dirs
#
# Revision 1.15 1999/07/06 15:49:54 peter

11
ide/text/readme.txt Normal file
View File

@ -0,0 +1,11 @@
This is still a beta version of the IDE
This file is just a log of important changes
starting 1999/10/29
1999/10/29 :
Undo/Redo stuff added to normal compilation
this is still buggy !!!
Any use of Copy/Cut/Paste or Clear will generate wrong Undo
We will t