Kein-Hong Man: > I encounter this when I use Msys, but was so far too lazy to fix > it. Changing some backslashes in the Makefile fixes things: > > ../bin/Scintilla.dll: ../../scintilla/bin/Scintilla.dll > $(COPY) ../../scintilla/bin/Scintilla.dll $@ > ...
Unfortunately that leads to requiring more slashes to be updated as make compares strings exactly and, for example, ..\bin\Scintilla.dll required by ALL is not the same as ../bin/Scintilla.dll. It may be possible to write a makefile that works with msys, sygwin and cmd but checking correctness would be tedious and the result would not be natural for users of cmd. Neil _______________________________________________ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest