diff options
Diffstat (limited to 'win32/deps.mak')
-rw-r--r-- | win32/deps.mak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index 5448f054d..8c36e8ddb 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -101,6 +101,7 @@ $(DIR_O)/CellBuffer.o: \ ../src/SparseVector.h \ ../src/ChangeHistory.h \ ../src/CellBuffer.h \ + ../src/UndoHistory.h \ ../src/UniConversion.h $(DIR_O)/ChangeHistory.o: \ ../src/ChangeHistory.cxx \ @@ -437,6 +438,18 @@ $(DIR_O)/Style.o: \ ../src/Geometry.h \ ../src/Platform.h \ ../src/Style.h +$(DIR_O)/UndoHistory.o: \ + ../src/UndoHistory.cxx \ + ../include/ScintillaTypes.h \ + ../src/Debugging.h \ + ../src/Position.h \ + ../src/SplitVector.h \ + ../src/Partitioning.h \ + ../src/RunStyles.h \ + ../src/SparseVector.h \ + ../src/ChangeHistory.h \ + ../src/CellBuffer.h \ + ../src/UndoHistory.h $(DIR_O)/UniConversion.o: \ ../src/UniConversion.cxx \ ../src/UniConversion.h |