mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 21:14:33 +01:00
+ added readme.txt file
This commit is contained in:
parent
d0bef9e739
commit
e864889c57
@ -144,7 +144,7 @@ clean : testfpcmake fpc_cleanall
|
|||||||
# Installation
|
# Installation
|
||||||
#
|
#
|
||||||
install: fpc_install
|
install: fpc_install
|
||||||
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) $(BININSTALLDIR)
|
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) readme.txt $(BININSTALLDIR)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Misc
|
# Misc
|
||||||
@ -154,7 +154,10 @@ clean_compiler:
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $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
|
# * adapted to target dependent libgdb dirs
|
||||||
#
|
#
|
||||||
# Revision 1.15 1999/07/06 15:49:54 peter
|
# Revision 1.15 1999/07/06 15:49:54 peter
|
||||||
|
|||||||
11
ide/text/readme.txt
Normal file
11
ide/text/readme.txt
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user