diff options
Diffstat (limited to 'gtk')
| -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 | 
