Author: leo
Date: Thu Jul 28 03:27:21 2005
New Revision: 8710
Modified:
trunk/dynclasses/README
Log:
[PATCH] Readme file dynclasses
attached a patch that changes the README file in dynclasses directory.
The original doesn't mention you have to do "perl Configure.pl" after
adding a new PMC file.
Courtesy of Klaas-Jan Stol <[EMAIL PROTECTED]>
Modified: trunk/dynclasses/README
==============================================================================
--- trunk/dynclasses/README (original)
+++ trunk/dynclasses/README Thu Jul 28 03:27:21 2005
@@ -58,8 +58,10 @@ and then in your .imc or .pasm file:
=item 2
Edit C<../config/gen/makefiles/dynclasses.in> and append your PMC(s) to
-the build target and:
-
+the build target. The dynclasses.in file is processed by Configure.pl to
+create the real makefiles. So, invoke the configure script, then make:
+
+ $ perl Configure.pl
$ make
=item 3