Makefile 186 B

12345678
  1. thisdir = class/System.Net
  2. include ../../build/rules.make
  3. LIBRARY = System.Net.dll
  4. LIB_MCS_FLAGS = -unsafe -r:System -d:NET_2_1 -d:NET_2_0 -d:NET_1_1
  5. include ../../build/library.make