X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FCustomMarshalers%2FMakefile;h=366921c583ffa6a658be493402581d2ac40a06c7;hb=aeccd22792f34fb77c340180174f73f6c3270200;hp=eb350f8bb0a70ebfec8b9971b15bb2de1af27099;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/class/CustomMarshalers/Makefile b/mcs/class/CustomMarshalers/Makefile index eb350f8bb0a..366921c583f 100644 --- a/mcs/class/CustomMarshalers/Makefile +++ b/mcs/class/CustomMarshalers/Makefile @@ -3,7 +3,8 @@ SUBDIRS = include ../../build/rules.make LIBRARY = CustomMarshalers.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll +LIB_REFS = System +LIB_MCS_FLAGS = NO_TEST = yes include ../../build/library.make