On Wed, 26 Sep 2001, Buggs wrote: >=================== > Win32 >make ok / test ok >(with caveats: nmake doesn't do 'test' correctly, and 'clean' doesn't >work because of the 'rm' command) use namke -a [1]; for the rm problem I posted a patch some time ago, and Andy Dougherty posted anoter one about the same time, IIRC Regards Mattia [1] nmake does not support .PHONY; alternatively having a dummy: target and makeing test depend on dummy should work
- Updated Platforms Status Buggs
- Mattia Barbon