From 9a231ff8310cca15f4b9cc19a34beb6faf8c5828 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 29 Dec 2010 14:06:41 +1100 Subject: 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. --- win32/deps.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/deps.mak') diff --git a/win32/deps.mak b/win32/deps.mak index c20cae8ce..990fa9f74 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -1,4 +1,4 @@ -PlatWin.o: PlatWin.cxx ../include/Platform.h PlatformRes.h \ +PlatWin.o: PlatWin.cxx ../include/Platform.h \ ../src/UniConversion.h ../src/XPM.h ../src/FontQuality.h ScintillaWin.o: ScintillaWin.cxx ../include/Platform.h \ ../include/ILexer.h ../include/Scintilla.h ../src/SplitVector.h \ -- cgit v1.2.3