makefile.gnu 303 B

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