mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 11:04:40 +00:00
7 lines
4.3 KiB
SQL
7 lines
4.3 KiB
SQL
|
|
.PHONY: MySql.Data
|
|
MySql.Data: build
|
|
$(CP) $(MSQ)/Properties/ReservedWords.txt $(OBJS)MySql.Data.MySqlClient.Properties.ReservedWords.txt
|
|
$(GEN) -usesourcepath -compile "$(MSQ)/Properties/Resources.resx,$(OBJS)MySql.Data.MySqlClient.Properties.Resources.resources"
|
|
$(MCS) $(OPTS) -out:$(OUT)MySql.Data.dll $(DEFSLIB) $(MSQ)/Authentication/AuthenticationManager.cs $(MSQ)/Authentication/MySQLAuthenticationPlugin.cs $(MSQ)/Authentication/NativePasswordPlugins.cs $(MSQ)/Authentication/Sha256AuthenticationPlugin.cs $(MSQ)/Authentication/WindowsAuthenticationPlugin.cs $(MSQ)/BulkLoader.cs $(MSQ)/CharSetMap.cs $(MSQ)/command.cs $(MSQ)/CommandBuilder.cs $(MSQ)/common/Cache.cs $(MSQ)/common/ContextString.cs $(MSQ)/common/LowResolutionStopwatch.cs $(MSQ)/common/MyNetworkStream.cs $(MSQ)/common/MySqlTokenizer.cs $(MSQ)/common/NamedPipeStream.cs $(MSQ)/common/NativeMethods.cs $(MSQ)/common/Platform.cs $(MSQ)/common/QueryNormalizer.cs $(MSQ)/common/SharedMemoryStream.cs $(MSQ)/common/StreamCreator.cs $(MSQ)/common/StringUtility.cs $(MSQ)/common/Version.cs $(MSQ)/CompressedStream.cs $(MSQ)/Connection.cs $(MSQ)/Crypt.cs $(MSQ)/dataadapter.cs $(MSQ)/datareader.cs $(MSQ)/Driver.cs $(MSQ)/Exception.cs $(MSQ)/extensions/NonRT/MySqlCommand.cs $(MSQ)/extensions/NonRT/MySqlConnection.cs $(MSQ)/extensions/NonRT/MySqlConnectionStringBuilder.cs $(MSQ)/extensions/NonRT/MySqlDataReader.cs $(MSQ)/extensions/NonRT/MySqlDateTime.cs $(MSQ)/extensions/NonRT/MySqlParameter.cs $(MSQ)/extensions/NonRT/MySqlParameterCollection.cs $(MSQ)/extensions/NonRT/MySqlTrace.cs $(MSQ)/extensions/NonRT/MySqlTransaction.cs $(MSQ)/Field.cs $(MSQ)/Installer.cs $(MSQ)/Interceptors/CommandInterceptor.cs $(MSQ)/Interceptors/Interceptor.cs $(MSQ)/Interceptors/ExceptionInterceptor.cs $(MSQ)/ISSchemaProvider.cs $(MSQ)/Memcached/BinaryClient.cs $(MSQ)/Memcached/MemcachedException.cs $(MSQ)/Memcached/TextClient.cs $(MSQ)/Memcached/Client.cs $(MSQ)/MySqlClientFactory.cs $(MSQ)/MySqlClientPermission.cs $(MSQ)/MySqlConfiguration.cs $(MSQ)/MySqlConnectionStringBuilder.cs $(MSQ)/MysqlDefs.cs $(MSQ)/MySqlError.cs $(MSQ)/MySqlHelper.cs $(MSQ)/MySqlPacket.cs $(MSQ)/MySqlClientPermissionAttribute.cs $(MSQ)/MySqlPool.cs $(MSQ)/MySqlPoolManager.cs $(MSQ)/MySqlPromotableTransaction.cs $(MSQ)/MySqlScript.cs $(MSQ)/MySqlSecurityPermission.cs $(MSQ)/MySqlStream.cs $(MSQ)/NativeDriver.cs $(MSQ)/parameter.cs $(MSQ)/parameter_collection.cs $(MSQ)/PerformanceMonitor.cs $(MSQ)/PreparableStatement.cs $(MSQ)/ProcedureCache.cs $(MSQ)/Properties/AssemblyInfo.cs $(MSQ)/Properties/VersionInfo.cs $(MSQ)/Replication/ReplicationConfiguration.cs $(MSQ)/Replication/ReplicationManager.cs $(MSQ)/Replication/ReplicationRoundRobinServerGroup.cs $(MSQ)/Replication/ReplicationServer.cs $(MSQ)/Replication/ReplicationServerGroup.cs $(MSQ)/ResultSet.cs $(MSQ)/Schema.cs $(MSQ)/SchemaProvider.cs $(MSQ)/Statement.cs $(MSQ)/StoredProcedure.cs $(MSQ)/SystemPerformanceMonitor.cs $(MSQ)/TableCache.cs $(MSQ)/TimedStream.cs $(MSQ)/TracingDriver.cs $(MSQ)/transaction.cs $(MSQ)/Types/MetaData.cs $(MSQ)/Types/MySqlBinary.cs $(MSQ)/Types/MySqlBit.cs $(MSQ)/Types/MySqlByte.cs $(MSQ)/Types/MySqlConversionException.cs $(MSQ)/Types/MySqlDateTime.cs $(MSQ)/Types/MySqlDecimal.cs $(MSQ)/Types/MySqlDouble.cs $(MSQ)/Types/MySqlGeometry.cs $(MSQ)/Types/MySqlGuid.cs $(MSQ)/Types/MySqlInt16.cs $(MSQ)/Types/MySqlInt32.cs $(MSQ)/Types/MySqlInt64.cs $(MSQ)/Types/MySqlSingle.cs $(MSQ)/Types/MySqlString.cs $(MSQ)/Types/MySqlTime.cs $(MSQ)/Types/MySqlUByte.cs $(MSQ)/Types/MySqlUInt16.cs $(MSQ)/Types/MySqlUInt32.cs $(MSQ)/Types/MySqlUInt64.cs $(MSQ)/Types/MySqlValue.cs $(MSQ)/zlib/Adler32.cs $(MSQ)/zlib/Deflate.cs $(MSQ)/zlib/InfBlocks.cs $(MSQ)/zlib/InfCodes.cs $(MSQ)/zlib/Inflate.cs $(MSQ)/zlib/InfTree.cs $(MSQ)/zlib/StaticTree.cs $(MSQ)/zlib/SupportClass.cs $(MSQ)/zlib/Tree.cs $(MSQ)/zlib/ZInputStream.cs $(MSQ)/zlib/Zlib.cs $(MSQ)/zlib/ZOutputStream.cs $(MSQ)/zlib/ZStream.cs $(MSQ)/zlib/ZStreamException.cs $(MSQ)/Properties/Resources.Designer.cs -resource:$(OBJS)MySql.Data.MySqlClient.Properties.Resources.resources -resource:$(OBJS)MySql.Data.MySqlClient.Properties.ReservedWords.txt -r:System.Configuration.dll -r:System.Configuration.Install.dll -r:System.Data.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Management.dll -r:System.Security.dll -r:System.Transactions.dll -r:System.Xml.dll $(STDREF) -warn:0
|