Added note about modifying makefile.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@198 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
darren 2002-09-04 01:17:32 +00:00
parent baedbb9341
commit 836d73114d
1 changed files with 7 additions and 0 deletions

View File

@ -159,6 +159,13 @@ an array of <code>count</code> structures defining the subexpression matches
of the regular expression, starting from \0 (the entire line).
</p>
<p>
Lastly, be sure to add your the name of the file containing your parser (e.g.
swine.c) to the macro <code>SOURCES</code> in the file <code>source.mak</code>
and an entry for the object file to the macro <code>OBJECTS</code> in the same
file, so that your new module will be compiled into the program.
</p>
<p>
This is all there is to it. All other details are specific to the parser and
how it wants to do its job. There are some support functions which can take