makefile.gnu 467 B

12345678910111213141516
  1. topdir = ../..
  2. LIBRARY = $(topdir)/class/lib/System.Drawing.dll
  3. LIB_LIST = list.unix
  4. # to use JPEG decoder add -r ./cdeclRedirector/cdeclCallback.dll
  5. # and remove -define:DECLARE_CDECL_DELEGATES
  6. # cdeclCallback.dll should be manually copied to library folder
  7. LIB_FLAGS = --unsafe -r corlib -r System -define:DECLARE_CDECL_DELEGATES
  8. SOURCES_INCLUDE=*.cs
  9. SOURCES_EXCLUDE=./Test*
  10. export MONO_PATH_PREFIX = $(topdir)/class/lib:
  11. include $(topdir)/class/library.make