diff options
author | nyamatongwe <unknown> | 2011-06-25 10:36:34 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-06-25 10:36:34 +1000 |
commit | f3ba280682cb414a0b9c37a6c3e6e1c11925a90f (patch) | |
tree | 22944c2176bc27cda93306510e7c3531e7f49e20 | |
parent | 640bc7546d4d8ad5228e09ed2d280ea12b0690e9 (diff) | |
download | scintilla-mirror-f3ba280682cb414a0b9c37a6c3e6e1c11925a90f.tar.gz |
Fixed dependency.
-rw-r--r-- | win32/scintilla.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 963be5a9b..8265c2968 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -455,7 +455,7 @@ $(DIR_O)\PerLine.obj: ../src/PerLine.cxx ../include/Platform.h \ ../src/Partitioning.h ../src/RunStyles.h ../src/PerLine.h $(DIR_O)\PlatWin.obj: PlatWin.cxx ../include/Platform.h \ ../src/UniConversion.h ../src/XPM.h -$(DIR_O)\PositionCache.obj: ../src/Editor.cxx ../include/Platform.h ../include/Scintilla.h \ +$(DIR_O)\PositionCache.obj: ../src/PositionCache.cxx ../include/Platform.h ../include/Scintilla.h \ ../src/ContractionState.h ../src/SVector.h ../src/SplitVector.h \ ../src/Partitioning.h ../src/CellBuffer.h ../src/KeyMap.h \ ../src/RunStyles.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \ |