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:
authorMiguel de Icaza <miguel@gnome.org>2005-09-19 00:28:04 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-19 00:28:04 +0400
commitb146bfdd363e74441de5ed8d1a805491cc30bb7c (patch)
treebdf0670e064b636de321e94582f1a4f8e551b59f /mcs/class/Microsoft.Build.Engine/Makefile
parentdff6d2a9e9c59e1eed5b1deb94c93a1da12ff16c (diff)
Move from xbuild into mcs
svn path=/trunk/mcs/; revision=50195
Diffstat (limited to 'mcs/class/Microsoft.Build.Engine/Makefile')
-rw-r--r--mcs/class/Microsoft.Build.Engine/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/class/Microsoft.Build.Engine/Makefile b/mcs/class/Microsoft.Build.Engine/Makefile
new file mode 100644
index 00000000000..b3804bf09c2
--- /dev/null
+++ b/mcs/class/Microsoft.Build.Engine/Makefile
@@ -0,0 +1,13 @@
+thisdir = class/Microsoft.Build.Engine
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = Microsoft.Build.Engine.dll
+LIB_MCS_FLAGS = \
+ /r:$(corlib) \
+ /r:System.dll \
+ /r:System.Xml.dll \
+ /r:Microsoft.Build.Framework.dll \
+ /r:Microsoft.Build.Utilities.dll
+
+include ../../build/library.make