makefile.gnu 253 B

12345678910111213141516
  1. topdir = ../..
  2. LIBRARY = ../lib/System.Data.dll
  3. LIB_LIST = list
  4. LIB_FLAGS = -r corlib -r System -r System.Xml
  5. SOURCES_INCLUDE=*.cs
  6. SOURCES_EXCLUDE=\
  7. ./Test* \
  8. *TestGDA.cs \
  9. ./System.Xml*
  10. export MONO_PATH_PREFIX = ../lib:
  11. include ../library.make