mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02:00
+ added readme.txt file
This commit is contained in:
parent
d0bef9e739
commit
e864889c57
@ -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
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