Hi, Sorting out make install on Win32 wasn't as simple as I'd first guessed, but I'm getting there. I've now got it outputting 'correct' paths etc for Win32 to the makefile, and "tools/dev/install_files.pl" piping to "command" rather than "sh" on Win32 as well. Now I've hit the next snag - there is no install program under Win32. I see two possible approaches (and await somebody to suggest the third, which will be perfect ;):-
1) Create a Perl script that resembles the functionality of install, then we print:- print "perl dev/tools/install.pl -d $_\n"; # If there is no install program 2) Write Perl to implement that functionality directly into dev/tools/install_files.pl if the install program is not available. What's the best choice here? Thanks, Jonathan