makefile.gnu 212 B

12345678910111213
  1. topdir = ../..
  2. LIBRARY = ../lib/System.Drawing.dll
  3. LIB_LIST = list.unix
  4. LIB_FLAGS = -r corlib -r System
  5. SOURCES_INCLUDE=*.cs
  6. SOURCES_EXCLUDE=./Test*
  7. export MONO_PATH_PREFIX = ../lib:
  8. include ../library.make