makefile.gnu 263 B

123456789101112
  1. topdir = ../..
  2. LIBRARY = $(topdir)/class/lib/Mono.Data.PostgreSqlClient.dll
  3. LIB_LIST = list
  4. LIB_FLAGS = -r corlib -r System -r System.Xml -r System.Data
  5. SOURCES_INCLUDE=*.cs
  6. export MONO_PATH_PREFIX = $(topdir)/class/lib:
  7. include $(topdir)/class/library.make