Revision: 4578 http://geany.svn.sourceforge.net/geany/?rev=4578&view=rev Author: ntrel Date: 2010-01-28 16:42:38 +0000 (Thu, 28 Jan 2010)
Log Message: ----------- Backport: Update for wscript.
Modified Paths: -------------- branches/geany-0.18.1/HACKING
Modified: branches/geany-0.18.1/HACKING =================================================================== --- branches/geany-0.18.1/HACKING 2010-01-28 16:30:20 UTC (rev 4577) +++ branches/geany-0.18.1/HACKING 2010-01-28 16:42:38 UTC (rev 4578) @@ -247,6 +247,7 @@ ------------------------------------------------- * Add foo.c, foo.h to SRCS in path/Makefile.am. * Add foo.o to OBJS in path/makefile.win32. +* Add path/foo.c to geany_sources in wscript. * Add path/foo.c to po/POTFILES.in (for string translation).
Adding a filetype @@ -283,6 +284,7 @@
* scintilla/Makefile.am * scintilla/makefile.win32 +* wscript * scintilla/KeyWords.cxx - add a LINK_LEXER command *manually*
For syntax highlighting, you will need to edit highlighting.c and add @@ -343,6 +345,7 @@
* Add foo.c to SRCS in Makefile.am. * Add foo.o to OBJS in makefile.win32. +* Add path/foo.c to geany_sources in wscript. * Add Foo to parsers.h & fill in comment with parser number for foo.
In foo.c:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.