From a66ec5a196b0207fa23c529a13cf5662d11b2b6f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 13 Feb 2011 10:00:50 +1100 Subject: Make work on Windows. --- gtk/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/makefile b/gtk/makefile index f6a3b0afa..3fa1f68eb 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -27,11 +27,11 @@ endif ifdef windir DEL = del /q +COMPLIB=..\bin\scintilla.a else DEL = rm -f -endif - COMPLIB=../bin/scintilla.a +endif vpath %.h ../src ../include ../lexlib vpath %.cxx ../src ../lexlib ../lexers -- cgit v1.2.3