[nem-en] building with msbuild
NoiseEHC
NoiseEHC at freemail.hu
Tue Apr 4 19:32:04 CEST 2006
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?
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
>
More information about the devel-en
mailing list