[Mono-dev] [PATCH] AssemblyLinker (AL) fixes

Miguel de Icaza miguel at ximian.com
Sun Jan 14 18:20:16 EST 2007


Hello,

> I had hoped to be able to provide a Makefile for it, but I had to resort
> to a NAnt build file to "drive it". I couldn't find a way to have a
> single makefile that works for both Mono and MS, and that allows you to
> check exit codes of the tools used in the Makefile. I'm sure it can be
> done, I'm just not good at it.

You could use different code paths in the Makefile for Windows and
Linux, just use:

ifeq ($(OS),Windows_NT)
...
else
endif



More information about the Mono-devel-list mailing list