Makefile 419 B

12345678910111213141516
  1. thisdir = class/System.Data.OracleClient
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Data.OracleClient.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
  6. /r:System.Xml.dll /r:System.Data.dll \
  7. /r:System.EnterpriseServices.dll \
  8. /r:System.Drawing.dll \
  9. /nowarn:649 /nowarn:169
  10. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
  11. EXTRA_DISTFILES = Test/TestOracleClient.cs
  12. include ../../build/library.make