diff options
author | nyamatongwe <devnull@localhost> | 2010-12-29 13:58:05 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-12-29 13:58:05 +1100 |
commit | d7bb344ca7084e70cf389eade066c8ebadf2a70e (patch) | |
tree | 52d3ced5f1f11507aa3e49f29acc045cc14e0747 | |
parent | bc59320ce9a1fc8755a36f293b02b8e821afc9d8 (diff) | |
download | scintilla-mirror-d7bb344ca7084e70cf389eade066c8ebadf2a70e.tar.gz |
Include 68K Assembler lexer in build.
-rw-r--r-- | vcbuild/SciLexer.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index c7978dc16..d6dbcc538 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -162,6 +162,10 @@ SOURCE=..\src\KeyMap.cxx # End Source File # Begin Source File +SOURCE=..\lexers\LexA68k.cxx +# End Source File +# Begin Source File + SOURCE=..\lexers\LexAbaqus.cxx # End Source File # Begin Source File |