makefile.gnu 237 B

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