makefile.gnu 274 B

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