Fixed gapi.pp to gapi.pl

svn path=/trunk/gtk-sharp/; revision=15156
This commit is contained in:
Martin Willemoes Hansen 2003-06-06 11:43:27 +00:00
parent aa9f11c8b5
commit aaf2cd4a4a

View File

@ -10,7 +10,7 @@ Within your project directory, do the following:
* Write a .sources file listing the source directories for the * Write a .sources file listing the source directories for the
libraries you will be wrapping, one line per directory. The libraries you will be wrapping, one line per directory. The
format is: "directory namespace library". 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 you just wrote, and APIDIR is the directory to place the API XML
descriptions in. descriptions in.
* Run gapi_codegen.exe on the API files you created. If you depend * Run gapi_codegen.exe on the API files you created. If you depend