Re: [fossil-users] Compiling under mingw

2009-02-18 Thread Dan
No, I don't think you are doing anything wrong.. There are a couple of changes I have made to make fossil compile under windows.. Makefile.w32 Line 12 -SRCDIR = ../src +SRCDIR = ./src Line 19 -E = +E = .exe +INSTALLDIR = c:/users/daniel/apps (or obviously

[fossil-users] Compiling under mingw

2009-02-17 Thread Rene de Zwart
fossil : version [bc857ecd92] 2009-02-13 20:30:30 UTC If I want to compile fossil under mingw if have to do either a) edit makefile.w32 to change SRCDIR from ../src to ./src b) make -f Makefile.w32 SRCDIR=./src Do I do something wrong? Regards Rene