diff options
Diffstat (limited to 'win32/scintilla.mak')
| -rw-r--r-- | win32/scintilla.mak | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 8c72176c6..9b91e7639 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -216,6 +216,7 @@ LEXOBJS=\  	$(DIR_O)\LexVerilog.obj \  	$(DIR_O)\LexVHDL.obj \  	$(DIR_O)\LexVisualProlog.obj \ +	$(DIR_O)\LexX12.obj \  	$(DIR_O)\LexYAML.obj \  #--Autogenerated -- end of automatically generated section | 
