Hi,

On Thu, Jan 19, 2012 at 3:12 PM, Arman Djusupov <[email protected]> wrote:

> Hello,
>
> Our build server produces assemblies for .NET, Mono, Compact Framework and
> Mono for Android using MsBuild, the only platform for which we can't build
> automatically yet is MonoTouch.
>
> Since our product is a non-visual class library it does not have to be
> compiled to native code, and since I see that some MsBuild target files are
> included in the MonoTouch distribution, I am wondering whether there is a
> way to build class libraries for MonoTouch by using an automated build
> server running on Windows?
>

Unfortunately there is no MSBuild-related way to build MonoTouch (neither
on Mac nor Windows). On Mac you can use mdtool, but it won't work on
Windows since it would need the MonoTouch plugin for MonoDevelop (which is
Mac-only).

The only thing I can think of is to copy the compiler (smcs.exe) to
Windows, and write some scripts to execute it manually.

Rolf


>
> With best regards,
> Arman
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to