On 6/17/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> I have included my collegue Ibrahim Tannir (username itannir)
> to the list of project developers. He will mainly take care
> about the Windos part of the code, improve it as the time goes
> by and hopefully arrange a decent build-system so we can build
> on Windows so nicely as we build on Unix :-)


Groovy!  So, no more Windows droppings sprinkled throughout the code:

#ifdef _WIN32
    keys = TCL_STRING_KEYS;
#else
    keys = FILE_KEYS;
#endif


Hmm, actually we'll no loger be able to use the optimised FILE_KEYS
due to the Tcl VFS back end...  :-(

Reply via email to