From 3fa7bd97ffce31e42922f540eae41c070e1a69df Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 24 Jun 2009 19:11:29 +0000 Subject: [PATCH] [ADD] Add 3 lexers in project file. Signed-off-by: Don HO git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@500 f5eea248-9336-0410-98b8-ebc06183d4e3 --- scintilla/vcbuild/SciLexer.dsp | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/scintilla/vcbuild/SciLexer.dsp b/scintilla/vcbuild/SciLexer.dsp index 7fced97b9..1fc0737cb 100644 --- a/scintilla/vcbuild/SciLexer.dsp +++ b/scintilla/vcbuild/SciLexer.dsp @@ -7,19 +7,19 @@ CFG=SciLexer - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "SciLexer.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "SciLexer.mak" CFG="SciLexer - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "SciLexer - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "SciLexer - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -83,7 +83,7 @@ LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib imm32.lib comctl32.lib /nologo /dll /debug /machine:I386 -!ENDIF +!ENDIF # Begin Target @@ -330,6 +330,10 @@ SOURCE=..\src\LexNsis.cxx # End Source File # Begin Source File +SOURCE=..\src\LexObjC.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexOpal.cxx # End Source File # Begin Source File @@ -394,6 +398,10 @@ SOURCE=..\src\LexScriptol.cxx # End Source File # Begin Source File +SOURCE=..\src\LexSearchResult.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexSmalltalk.cxx # End Source File # Begin Source File @@ -418,11 +426,11 @@ SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTADS3.cxx +SOURCE=..\src\LexTACL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTACL.cxx +SOURCE=..\src\LexTADS3.cxx # End Source File # Begin Source File @@ -438,6 +446,10 @@ SOURCE=..\src\LexTeX.cxx # End Source File # Begin Source File +SOURCE=..\src\LexUser.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexVB.cxx # End Source File # Begin Source File