[nem-en] building with msbuild
Kamil Skalski
kamil.skalski at gmail.com
Tue Apr 4 21:23:24 CEST 2006
On 4/4/06, Kamil Skalski <kamil.skalski at gmail.com> wrote:
> On 4/4/06, NoiseEHC <NoiseEHC at freemail.hu> wrote:
> > I have almost finished the final version but have some problems with #if
> > / #endif blocks.
> > I need it to handle this:
> > #if MSBUILD
> > [assembly: System.Reflection.AssemblyKeyFile("misc/keys/Nemerle.snk")]
> > #else
> > [assembly: System.Reflection.AssemblyKeyFile("../misc/keys/Nemerle.snk")]
> > #endif
> > but it throws some compile errors and do not have time to fix...
> > Another option is to have an ncc directive to specify the file. Any
> > thoughts on this?
>
> I was planning to implement this feature. It should be easy, I will
> try to do this today.
Done. In future we should probably switch from AssemblyKeyFile to the
command line option in our Makefile build. But independently you can
use it now in your MSBuild file. :)
>
> >
> > ps:
> > The reason I need it since I had to put the .nproj files to the root
> > directory because
> > the VS plugin currently does not handle ".." directories in the project
> > very well...
> > This week probably I will have time to finish...
> >
> > Kamil Skalski wrote:
> > >> 06-03-16, NoiseEHC <NoiseEHC at freemail.hu> napisał(a):
> > >>
> > >>> Here is a patch (do not commit just try it out since it is not
> > >>> finished). BTW you can commit, will not break anything.
> > >>>
> > >
> > > Are you willing to commit it? If not, I will do this later in its
> > > current state (or with cleanups if I find them needed)
> > >
> > > --
> > > Kamil Skalski
> > > http://nazgul.omega.pl
> > >
> > > ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > https://nemerle.org/mailman/listinfo/devel-en
> > >
> >
> > _______________________________________________
> > https://nemerle.org/mailman/listinfo/devel-en
> >
>
>
> --
> Kamil Skalski
> http://nazgul.omega.pl
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list