[nem-en] Re: Keeping .nproj files up to date

Kamil Skalski kamil.skalski at gmail.com
Sun Oct 22 19:23:53 CEST 2006


Exactly, you can commit such change if you have it working.

On 10/22/06, Andrey Khropov <andrey.khropov at gmail.com> wrote:
> Kamil Skalski wrote:
>
> > I made some changes, to dataNpgsql and dataSqlClient.n so they now
> > differ only on the Helper class. Now it is possible to move even more
> > code to common Tools class in Nemerle.Macros
> >
> >
>
> As I see there's now Data.n file in trunk/macros that have replaced
>
> macros/dataNpgsql.n, macros/dataSqlClient.n
>
> In current Nemerle.Macros.nproj file there's a line:
> -------------------------
> <Compile Include="macros\*.n"
> Exclude="macros\dataNpgsql.n;macros\dataSqlClient.n">
> -------------------------
> So the old macros were excluded for some reason.
>
> Now we have Data.n that needs System.Data to be referenced to compile.
>
> So I think now we should add reference to "System.Data" and change the
> forementioned line to:
> -------------------------
> <Compile Include="macros\*.n">
> -------------------------
>
> , right?
>
>
> --
> 'non-optimal' is a politically correct term for s*it
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


-- 
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list