[geany/geany] 287435: Add new PO lexer to the build system

Colomban Wendling git-noreply at geany.org
Thu Oct 25 15:09:55 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 25 Oct 2012 15:09:55
Commit:      2874357a975ebaac4a768690a400da84c44ec7e0
             https://github.com/geany/geany/commit/2874357a975ebaac4a768690a400da84c44ec7e0

Log Message:
-----------
Add new PO lexer to the build system


Modified Paths:
--------------
    scintilla/Makefile.am
    scintilla/makefile.win32

Modified: scintilla/Makefile.am
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -30,6 +30,7 @@ lexers/LexOthers.cxx \
 lexers/LexPascal.cxx \
 lexers/LexPerl.cxx \
 lexers/LexPython.cxx \
+lexers/LexPO.cxx \
 lexers/LexR.cxx \
 lexers/LexRuby.cxx \
 lexers/LexSQL.cxx \


Modified: scintilla/makefile.win32
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -73,6 +73,7 @@ LexHTML.o \
 LexOthers.o \
 LexPascal.o \
 LexPerl.o \
+LexPO.o \
 LexPython.o \
 LexSQL.o \
 LexCaml.o \



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).


More information about the Commits mailing list