Make.proto
changeset 266 b5f18cf801ca
parent 259 a5e174f1ee6d
child 283 f7856e0093a3
--- 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