aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/deps.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-12-29 14:06:41 +1100
committernyamatongwe <devnull@localhost>2010-12-29 14:06:41 +1100
commit9a231ff8310cca15f4b9cc19a34beb6faf8c5828 (patch)
tree09b341748014fa04ba71e72d282c0ab59ca9d495 /win32/deps.mak
parent80382c0b024025e35451a2e21a25c47b2e5a2ba0 (diff)
downloadscintilla-mirror-9a231ff8310cca15f4b9cc19a34beb6faf8c5828.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/deps.mak')
-rw-r--r--win32/deps.mak2
1 files changed, 1 insertions, 1 deletions
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 \