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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-06-27 02:28:24 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-27 02:29:34 +0400
commit7b7eceec9fd19663540be9fba8b90eae99585538 (patch)
tree4b862f98c513676a2582b413ec5b74942ae44f5f /main/src/addins/WindowsPlatform/Makefile.am
parentaea26c16d94490c95f4e61329c137b82a4abfe77 (diff)
[Build] Change the build system to use xbuild instead of makefiles (again)
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
Diffstat (limited to 'main/src/addins/WindowsPlatform/Makefile.am')
-rw-r--r--main/src/addins/WindowsPlatform/Makefile.am42
1 files changed, 1 insertions, 41 deletions
diff --git a/main/src/addins/WindowsPlatform/Makefile.am b/main/src/addins/WindowsPlatform/Makefile.am
index 6a5e8770d4..c9cc87438f 100644
--- a/main/src/addins/WindowsPlatform/Makefile.am
+++ b/main/src/addins/WindowsPlatform/Makefile.am
@@ -1,41 +1 @@
-
-ADDIN_BUILD = $(top_builddir)/build/AddIns
-ASSEMBLY = $(ADDIN_BUILD)/WindowsPlatform.dll
-
-DEPS = \
- $(top_builddir)/build/bin/MonoDevelop.Core.dll \
- $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll
-
-REFS = \
- -r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
- -r:$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
- -r:System
-
-FILES = \
- AssemblyInfo.cs \
- WindowsPlatform.cs
-
-RES = \
- WindowsPlatform.addin.xml
-
-if ENABLE_WINDOWSPLATFORM
-all: $(ASSEMBLY) $(ASSEMBLY).mdb
-else
-all:
-endif
-
-$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
- mkdir -p $(ADDIN_BUILD)
- $(CSC) $(CSC_FLAGS) $(REFS) $(build_resources:%=/resource:%) $(build_sources) -out:$@ -target:library
-
-$(ASSEMBLY).mdb: $(ASSEMBLY)
-
-if ENABLE_WINDOWSPLATFORM
-assemblydir = $(MD_ADDIN_DIR)/WindowsPlatform
-assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb
-endif
-
-CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = $(FILES) $(RES)
-
-include $(top_srcdir)/Makefile.include
+include $(top_srcdir)/xbuild.include