diff options
| author | nyamatongwe <unknown> | 2009-07-21 10:53:02 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-21 10:53:02 +0000 |
| commit | 77b7871c75dc8beed0764741d1ffaf13964d429d (patch) | |
| tree | a531a1a6266490ab0068a7556a642cab25d18804 /win32/makefile | |
| parent | 3a729f21c1c31f067b93897e83d887fe35cbe7a1 (diff) | |
| download | scintilla-mirror-77b7871c75dc8beed0764741d1ffaf13964d429d.tar.gz | |
Removed SString.h.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index 5f495c7a4..79761a38c 100644 --- a/win32/makefile +++ b/win32/makefile @@ -90,12 +90,12 @@ include deps.mak ScintillaBaseL.o: ScintillaBase.cxx Platform.h Scintilla.h SciLexer.h \ ContractionState.h CellBuffer.h CallTip.h KeyMap.h Indicator.h \ LineMarker.h Style.h AutoComplete.h ViewStyle.h Document.h Editor.h \ - ScintillaBase.h PropSet.h SString.h Accessor.h DocumentAccessor.h \ + ScintillaBase.h PropSet.h Accessor.h DocumentAccessor.h \ KeyWords.h ExternalLexer.h PerLine.h ScintillaWinL.o: ScintillaWin.cxx Platform.h Scintilla.h SciLexer.h \ ContractionState.h CellBuffer.h CallTip.h KeyMap.h Indicator.h \ LineMarker.h Style.h AutoComplete.h ViewStyle.h Document.h Editor.h \ - ScintillaBase.h PropSet.h SString.h Accessor.h KeyWords.h \ + ScintillaBase.h PropSet.h Accessor.h KeyWords.h \ ExternalLexer.h UniConversion.h PerLine.h ScintillaWinS.o: ScintillaWin.cxx Platform.h Scintilla.h \ ContractionState.h CellBuffer.h CallTip.h KeyMap.h Indicator.h \ |
