From: Tim R. <ti...@us...> - 2004-09-12 11:42:10
|
Update of /cvsroot/csdopenglnet/csdOpenGL/platform/mono In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20118/platform/mono Modified Files: mono.build Log Message: buildfiles don't use wildcards any longer Index: mono.build =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/platform/mono/mono.build,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mono.build 11 Sep 2004 17:26:19 -0000 1.3 --- mono.build 12 Sep 2004 11:42:00 -0000 1.4 *************** *** 40,44 **** <include name="AssemblyInfo.cs" /> <include name="GLXTokens.cs" /> ! <include name="../*.cs" /> <include name="gtkArea.cs" if="${gtk}" /> <include name="gtkContext.cs" if="${gtk}" /> --- 40,44 ---- <include name="AssemblyInfo.cs" /> <include name="GLXTokens.cs" /> ! <include name="../Exceptions.cs" /> <include name="gtkArea.cs" if="${gtk}" /> <include name="gtkContext.cs" if="${gtk}" /> |