[nem-en] Re: Keeping .nproj files up to date
Andrey Khropov
andrey.khropov at gmail.com
Sun Oct 22 19:01:01 CEST 2006
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
More information about the devel-en
mailing list