aboutsummaryrefslogtreecommitdiffhomepage
path: root/vcbuild
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-04-05 10:50:11 +0000
committernyamatongwe <devnull@localhost>2007-04-05 10:50:11 +0000
commit2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8 (patch)
tree04c2ad1b9fd3359de89792aeaa9567b9edd56628 /vcbuild
parentd86e4efcf67d2fe73cd74c01f15318fa95d28f5a (diff)
downloadscintilla-mirror-2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8.tar.gz
Implemented decorations which are extended indicators.
Diffstat (limited to 'vcbuild')
-rw-r--r--vcbuild/SciLexer.dsp22
1 files changed, 15 insertions, 7 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp
index 18aad2ed7..331d35a1f 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
@@ -114,6 +114,10 @@ SOURCE=..\src\ContractionState.cxx
# End Source File
# Begin Source File
+SOURCE=..\src\Decoration.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\src\Document.cxx
# End Source File
# Begin Source File
@@ -402,6 +406,10 @@ SOURCE=..\src\RESearch.cxx
# End Source File
# Begin Source File
+SOURCE=..\src\RunStyles.cxx
+# End Source File
+# Begin Source File
+
SOURCE=..\src\ScintillaBase.cxx
# End Source File
# Begin Source File