Update build files to add new lexer in Scintilla 3.6.6 (LexJSON).
This commit is contained in:
@@ -248,6 +248,7 @@ WXSCINTILLA_OBJECTS = \
|
||||
$(OBJS)\wxscintilla_LexHex.obj \
|
||||
$(OBJS)\wxscintilla_LexHTML.obj \
|
||||
$(OBJS)\wxscintilla_LexInno.obj \
|
||||
$(OBJS)\wxscintilla_LexJSON.obj \
|
||||
$(OBJS)\wxscintilla_LexKix.obj \
|
||||
$(OBJS)\wxscintilla_LexKVIrc.obj \
|
||||
$(OBJS)\wxscintilla_LexLaTeX.obj \
|
||||
@@ -6106,6 +6107,9 @@ $(OBJS)\wxscintilla_LexHTML.obj: ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
||||
$(OBJS)\wxscintilla_LexInno.obj: ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||
$(CXX) -q -c -P -o$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||
|
||||
$(OBJS)\wxscintilla_LexJSON.obj: ..\..\src\stc\scintilla\lexers\LexJSON.cxx
|
||||
$(CXX) -q -c -P -o$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexJSON.cxx
|
||||
|
||||
$(OBJS)\wxscintilla_LexKix.obj: ..\..\src\stc\scintilla\lexers\LexKix.cxx
|
||||
$(CXX) -q -c -P -o$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexKix.cxx
|
||||
|
||||
|
@@ -236,6 +236,7 @@ WXSCINTILLA_OBJECTS = \
|
||||
$(OBJS)\wxscintilla_LexHex.o \
|
||||
$(OBJS)\wxscintilla_LexHTML.o \
|
||||
$(OBJS)\wxscintilla_LexInno.o \
|
||||
$(OBJS)\wxscintilla_LexJSON.o \
|
||||
$(OBJS)\wxscintilla_LexKix.o \
|
||||
$(OBJS)\wxscintilla_LexKVIrc.o \
|
||||
$(OBJS)\wxscintilla_LexLaTeX.o \
|
||||
@@ -6281,6 +6282,9 @@ $(OBJS)\wxscintilla_LexHTML.o: ../../src/stc/scintilla/lexers/LexHTML.cxx
|
||||
$(OBJS)\wxscintilla_LexInno.o: ../../src/stc/scintilla/lexers/LexInno.cxx
|
||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\wxscintilla_LexJSON.o: ../../src/stc/scintilla/lexers/LexJSON.cxx
|
||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\wxscintilla_LexKix.o: ../../src/stc/scintilla/lexers/LexKix.cxx
|
||||
$(CXX) -c -o $@ $(WXSCINTILLA_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
@@ -259,6 +259,7 @@ WXSCINTILLA_OBJECTS = \
|
||||
$(OBJS)\wxscintilla_LexHex.obj \
|
||||
$(OBJS)\wxscintilla_LexHTML.obj \
|
||||
$(OBJS)\wxscintilla_LexInno.obj \
|
||||
$(OBJS)\wxscintilla_LexJSON.obj \
|
||||
$(OBJS)\wxscintilla_LexKix.obj \
|
||||
$(OBJS)\wxscintilla_LexKVIrc.obj \
|
||||
$(OBJS)\wxscintilla_LexLaTeX.obj \
|
||||
@@ -6798,6 +6799,9 @@ $(OBJS)\wxscintilla_LexHTML.obj: ..\..\src\stc\scintilla\lexers\LexHTML.cxx
|
||||
$(OBJS)\wxscintilla_LexInno.obj: ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexInno.cxx
|
||||
|
||||
$(OBJS)\wxscintilla_LexJSON.obj: ..\..\src\stc\scintilla\lexers\LexJSON.cxx
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexJSON.cxx
|
||||
|
||||
$(OBJS)\wxscintilla_LexKix.obj: ..\..\src\stc\scintilla\lexers\LexKix.cxx
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(WXSCINTILLA_CXXFLAGS) ..\..\src\stc\scintilla\lexers\LexKix.cxx
|
||||
|
||||
|
@@ -436,6 +436,9 @@
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexInno.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexJSON.cxx">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx">
|
||||
</File>
|
||||
|
@@ -930,6 +930,10 @@
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexInno.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexJSON.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx"
|
||||
>
|
||||
|
@@ -926,6 +926,10 @@
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexInno.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexJSON.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx"
|
||||
>
|
||||
|
@@ -465,6 +465,7 @@
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHaskell.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexHex.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexJSON.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKix.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKVIrc.cxx" />
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexLatex.cxx" />
|
||||
|
@@ -200,6 +200,9 @@
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexInno.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexJSON.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\stc\scintilla\lexers\LexKix.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
Reference in New Issue
Block a user