Makefile 326 B

123456789
  1. thisdir = class/System.Data/Test/System.Data.Tests.Mainsoft
  2. SUBDIRS =
  3. include ../../../../build/rules.make
  4. LIBRARY = System.Data.Tests.Mainsoft.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Data.dll /r:nunit.framework.dll /r:System.Xml.dll
  6. NO_SIGN_ASSEMBLY = true
  7. include ../../../../build/library.make