Browse Source

+ added readme.txt file

pierre 26 years ago
parent
commit
e864889c57
2 changed files with 19 additions and 5 deletions
  1. 8 5
      ide/text/Makefile
  2. 11 0
      ide/text/readme.txt

+ 8 - 5
ide/text/Makefile

@@ -60,9 +60,9 @@ EXEOBJECTS=fp
 #####################################################################
 #####################################################################
 
 
 .PHONY: all clean install info \
 .PHONY: all clean install info \
-        staticlib sharedlib libsclean \
-        staticinstall sharedinstall libinstall \
-        
+	staticlib sharedlib libsclean \
+	staticinstall sharedinstall libinstall \
+
 all: testfpcmake fpc_all
 all: testfpcmake fpc_all
 
 
 info: testfpcmake fpc_info
 info: testfpcmake fpc_info
@@ -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 - 0
ide/text/readme.txt

@@ -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