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/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 20c30eedf..7a7c43dc0 100644 --- a/win32/makefile +++ b/win32/makefile @@ -138,6 +138,6 @@ ScintillaWinS.o: ScintillaWinL.o: $(CC) $(CXXFLAGS) -D SCI_LEXER -c $< -o $@ -ScintRes.o: ScintRes.rc PlatformRes.h +ScintRes.o: ScintRes.rc windres ScintRes.rc $@ -- cgit v1.2.3