[nem-en] building with msbuild
Kamil Skalski
kamil.skalski at gmail.com
Tue Apr 4 19:51:26 CEST 2006
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.
>
> 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
More information about the devel-en
mailing list