Просмотр исходного кода

2002-05-01 Daniel Morgan <[email protected]>

	* System.Data.build: modified to exclude more
	files from the build

svn path=/trunk/mcs/; revision=4213
Daniel Morgan 24 лет назад
Родитель
Сommit
9492fca4df
2 измененных файлов с 8 добавлено и 1 удалено
  1. 5 0
      mcs/class/System.Data/ChangeLog
  2. 3 1
      mcs/class/System.Data/System.Data.build

+ 5 - 0
mcs/class/System.Data/ChangeLog

@@ -1,3 +1,8 @@
+2002-05-01  Daniel Morgan <[email protected]>
+
+	* System.Data.build: modified to exclude more 
+	files from the build
+
 2002-05-01  Rodrigo Moya <[email protected]>
 
 	* System.Data.SqlClient/SqlClientPermission.cs: added missing

+ 3 - 1
mcs/class/System.Data/System.Data.build

@@ -7,10 +7,12 @@
 
 	<target name="build">
 		<csc target="library" output="../lib/System.Data.dll" debug="${debug}">
-			<arg value="/nowarn:1595"/>
+			<!--<arg value="/nowarn:1595"/>-->
 			<arg value="/unsafe"/>
 			<sources>
 				<includes name="**/*.cs"/> 
+				<excludes name="System.Data/DataViewSetting.cs"/>
+				<excludes name="System.Data/DataViewSettingCollection.cs"/>
 				<!--
 				<excludes name="System.Data/Constraint.cs"/>
 				<excludes name="System.Data/ConstraintCollection.cs"/>