Makefile 324 B

123456789101112
  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. /nowarn:649 /nowarn:169
  8. NO_TEST = yes
  9. EXTRA_DISTFILES = Test/TestOracleClient.cs
  10. include ../../build/library.make