Quote:
Originally Posted by Gudy
If you absolutely must copy things into the Path, make it a separate make target "install" depending on the "all" target, and copy things to C:\Perl\bin, the default location of ActiveState's Perl installation, which their installer also puts in the Path.
|
I must be tired. Of course I can do a seperate target and I can run it manually when I need it. The Makefile is now changed so it works out of the box in the next release.
I also copied the binaries file to the web page.