diff options
| author | nyamatongwe <unknown> | 2010-12-29 14:06:41 +1100 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-12-29 14:06:41 +1100 |
| commit | 31737b420ad29036871f1551dd667a3f37e006e4 (patch) | |
| tree | 25fc31466b8fcc5b91a0246244b28b7527e5cd77 /win32/scintilla.mak | |
| parent | a706d60ac6e2a8ddf0dd9bb8fbf6cda755da4a5a (diff) | |
| download | scintilla-mirror-31737b420ad29036871f1551dd667a3f37e006e4.tar.gz | |
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
Instead of including a reverse arrow as a cursor resource in Scintilla,
generate it by reversing the normal arrow cursor.
Diffstat (limited to 'win32/scintilla.mak')
| -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 07b6bac26..468c05be5 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -450,7 +450,7 @@ $(DIR_O)\LineMarker.obj: ../src/LineMarker.cxx ../include/Platform.h \ $(DIR_O)\PerLine.obj: ../src/PerLine.cxx ../include/Platform.h \ ../include/Scintilla.h ../src/SVector.h ../src/SplitVector.h \ ../src/Partitioning.h ../src/RunStyles.h ../src/PerLine.h -$(DIR_O)\PlatWin.obj: PlatWin.cxx ../include/Platform.h PlatformRes.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 \ ../src/ContractionState.h ../src/SVector.h ../src/SplitVector.h \ |
