Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / nunit24 / NUnitExtensions / framework / Makefile
1 thisdir = nunit24/NUnitExtensions/framework
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.framework.extensions.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
9 LIB_REFS = System.Xml System
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = \
13         nunit.framework.extensions.dll.csproj \
14         nunit.framework.extensions.dll_VS2005.csproj
15
16 include ../../../build/library.make