diff options
author | nyamatongwe <devnull@localhost> | 2011-02-13 10:00:50 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-02-13 10:00:50 +1100 |
commit | 7cf9bf29bb2e51ca412e86b4a73cc5e4545115af (patch) | |
tree | 443dbd0f1d980cf207c42e82c605b67a5e005384 | |
parent | b557606390bd4547fe480fe574e5cedcfaa399e0 (diff) | |
download | scintilla-mirror-7cf9bf29bb2e51ca412e86b4a73cc5e4545115af.tar.gz |
Make work on Windows.
-rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |