Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/PresentationFramework/Makefile')
-rw-r--r--mcs/class/PresentationFramework/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/PresentationFramework/Makefile b/mcs/class/PresentationFramework/Makefile
new file mode 100644
index 00000000000..c7011cf42ec
--- /dev/null
+++ b/mcs/class/PresentationFramework/Makefile
@@ -0,0 +1,9 @@
+thisdir = class/PresentationFramework
+include ../../build/rules.make
+
+LIBRARY = PresentationFramework.dll
+
+LIB_MCS_FLAGS = -r:System.Xml.dll -r:WindowsBase.dll
+NO_TEST = yes
+
+include ../../build/library.make