| 123456789101112131415161718192021222324252627282930313233343536373839 |
- thisdir = class/Npgsql
- SUBDIRS =
- include ../../build/rules.make
- LIBRARY = Npgsql.dll
- LIBRARY_SNK = Npgsql/Npgsql.snk
- LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Data.dll /r:System.Drawing.dll \
- /r:System.Windows.Forms.dll /r:System.Design.dll \
- /r:Mono.Security.dll \
- @Npgsql.dll.resources
- TEST_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Web.dll /r:System.Data.dll
- LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS)
- # TODO: We need System.Web.UI.WebControls to build DataAdapterTests.cs
- # and DataReaderTests.cs
- EXTRA_DISTFILES = \
- LICENSE.txt \
- README.txt \
- RELEASENOTES.txt \
- STATUS.txt \
- TODO.txt \
- Npgsql/Npgsql.snk \
- Npgsql/Npgsql.xml
- include ../../build/library.make
- RESX_RES = Npgsql/NpgsqlState.resources Npgsql/NpgsqlClosedState.resources Npgsql/NpgsqlParameterCollection.resources Npgsql/NpgsqlCommand.resources Npgsql/NpgsqlConnectedState.resources Npgsql/NpgsqlParameter.resources Npgsql/NpgsqlConnection.resources Npgsql/NpgsqlReadyState.resources Npgsql/NpgsqlTransaction.resources Npgsql/NpgsqlEventLog.resources Npgsql/NpgsqlException.resources Npgsql/PGUtil.resources NpgsqlTypes/NpgsqlTypesHelper.resources Npgsql/Design/ConnectionStringEditorForm.resources
- $(the_lib): $(RESX_RES)
- %.resources: %.resx
- $(RESGEN) $<
|