diff options
| -rw-r--r-- | vcbuild/SciLexer.dsp | 18 | 
1 files changed, 11 insertions, 7 deletions
| diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index 331d35a1f..4a3b01c8a 100644 --- a/vcbuild/SciLexer.dsp +++ b/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 @@ -246,6 +246,10 @@ SOURCE=..\src\LexFortran.cxx  # End Source File  # Begin Source File +SOURCE=..\src\LexGAP.cxx +# End Source File +# Begin Source File +  SOURCE=..\src\LexGui4Cli.cxx  # End Source File  # Begin Source File | 
