From aaf2cd4a4a1c7da4d20ba95eccb49773e2c90a4d Mon Sep 17 00:00:00 2001 From: Martin Willemoes Hansen Date: Fri, 6 Jun 2003 11:43:27 +0000 Subject: [PATCH] Fixed gapi.pp to gapi.pl svn path=/trunk/gtk-sharp/; revision=15156 --- README.generator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.generator b/README.generator index 158bea777..eb6f1b2bd 100644 --- a/README.generator +++ b/README.generator @@ -10,7 +10,7 @@ Within your project directory, do the following: * Write a .sources file listing the source directories for the libraries you will be wrapping, one line per directory. The format is: "directory namespace library". - * Run gapi.pp SOURCEFILE APIDIR where SOURCEFILE is the sources file + * Run gapi.pl SOURCEFILE APIDIR where SOURCEFILE is the sources file you just wrote, and APIDIR is the directory to place the API XML descriptions in. * Run gapi_codegen.exe on the API files you created. If you depend