*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 08 Feb 1998 15:40:18 +0100
changeset 266 b5f18cf801ca
parent 265 257923d52c51
child 267 094a3aaa77bc
*** empty log message ***
Make.proto
--- a/Make.proto	Sat Feb 07 21:30:53 1998 +0100
+++ b/Make.proto	Sun Feb 08 15:40:18 1998 +0100
@@ -157,6 +157,7 @@
 
 #
 # demo for a non-graphical standAlone application (simply prints 'hello world')
+# demoApps have been moved into a separate directory.
 # See more in ../demoApps
 #
 demoApp1:   DemoApp1.o
@@ -174,7 +175,9 @@
 	    -cp ../demoApps/DemoApp1.st .
 
 #
-# test smalltalk with additional classes builtIn
+# a testtalk with additional classes builtIn
+# the following rule is now obsolete (JPEGReader is already builtIn)
+# however, it can be used as a guide for your own additional classes
 #
 MY_ADDITIONAL_OBJECTS=JPEGReader.$(O)
 MY_ADDITIONAL_CLASSES=JPEGReader