As per our developers:

Our compiling also requires us to use /noconfig in addition to
/nostdlib, because this causes it to include settings in the global
csc.rsp file that we don't want.

We were able to disable both in the compiler task using:

<arg value="/noconfig" />
<arg value="/nostdlib" />

We also added the following variables:


windows.dir = ${sys.env.SystemRoot}

dfdotnet.dir = ${windows.dir}\Microsoft.NET\Framework\v1.1.4322

cfdotnet.dir = C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE

cfresgen.path = C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\bin\CFResGen.exe


The cfresgen.path variable allows us to compile CF resources manually
using:

<exec program="${cfresgen.path}" commandline="/compile
MyCFResourceFile.resx,&quot;${build.dir}\MyCFResourceFile.resources&quot
;"/>

Seth Wright


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to