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:
authorMichael Hutchinson <mhutchinson@novell.com>2009-11-10 00:33:53 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-11-10 00:33:53 +0300
commit335bd00a421c080840cb20e383601d7f588bea40 (patch)
tree979a277ab2edcfa6dfd01afb2e90f3b41ebfd0f0 /main/src/addins
parentabe85048e1d3837c267c296d1e2d19afede92b77 (diff)
* configure.in:
* src/addins/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/Makefile.am: * src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj: * src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj: * src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj: Wire the soft debug addin into the build. svn path=/trunk/monodevelop/; revision=145774
Diffstat (limited to 'main/src/addins')
-rw-r--r--main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/ChangeLog5
-rw-r--r--main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj1
-rw-r--r--main/src/addins/AspNet/MonoDevelop.AspNet/ChangeLog5
-rw-r--r--main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj21
-rw-r--r--main/src/addins/ChangeLog4
-rw-r--r--main/src/addins/Makefile.am1
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/ChangeLog4
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am4
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/ChangeLog6
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am45
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj15
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/ChangeLog6
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am47
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj15
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog6
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am55
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj21
17 files changed, 249 insertions, 12 deletions
diff --git a/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/ChangeLog b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/ChangeLog
index efa6b23c83..2a7ed84350 100644
--- a/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/ChangeLog
+++ b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.AspNet.Mvc.csproj: Wire the soft debug addin
+ into the build.
+
2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
diff --git a/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj
index 1a01ff1723..d2afd8261a 100644
--- a/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj
+++ b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj
@@ -179,5 +179,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
- <Import Project="..\..\..\..\md.targets"/>
</Project>
diff --git a/main/src/addins/AspNet/MonoDevelop.AspNet/ChangeLog b/main/src/addins/AspNet/MonoDevelop.AspNet/ChangeLog
index 56c698f2fa..f95f68d0df 100644
--- a/main/src/addins/AspNet/MonoDevelop.AspNet/ChangeLog
+++ b/main/src/addins/AspNet/MonoDevelop.AspNet/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.AspNet.csproj: Wire the soft debug addin into
+ the build.
+
2009-10-30 Michael Hutchinson <mhutchinson@novell.com>
* MonoDevelop.AspNet.Gui/BrowserLauncher.cs: Fake a
diff --git a/main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj b/main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj
index 4f6f1c3c7b..597882689f 100644
--- a/main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj
+++ b/main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj
@@ -117,20 +117,20 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
- <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" >
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
@@ -357,5 +357,4 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
- <Import Project="..\..\..\..\md.targets"/>
</Project>
diff --git a/main/src/addins/ChangeLog b/main/src/addins/ChangeLog
index fa24c4d17c..70457e0111 100644
--- a/main/src/addins/ChangeLog
+++ b/main/src/addins/ChangeLog
@@ -1,5 +1,9 @@
2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+ * Makefile.am: Wire the soft debug addin into the build.
+
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Debugger.Soft: Moved soft debug addin from
extras.
diff --git a/main/src/addins/Makefile.am b/main/src/addins/Makefile.am
index 3a380232b3..a706ddda40 100644
--- a/main/src/addins/Makefile.am
+++ b/main/src/addins/Makefile.am
@@ -18,6 +18,7 @@ SUBDIRS = \
VBNetBinding \
prj2make-sharp-lib \
WelcomePage \
+ MonoDevelop.Debugger.Soft \
MonoDevelop.GtkCore \
ChangeLogAddIn \
MonoDevelop.XmlEditor \
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/ChangeLog b/main/src/addins/MonoDevelop.Debugger.Soft/ChangeLog
index 633d265980..688999ce42 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/ChangeLog
@@ -1,5 +1,9 @@
2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+ * Makefile.am: Wire the soft debug addin into the build.
+
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Debugger.Soft.sln:
* MonoDevelop.Debugger.Soft.IPhone:
* MonoDevelop.Debugger.Soft.IPhone/ChangeLog:
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am b/main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am
new file mode 100644
index 0000000000..f80a5d8a03
--- /dev/null
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = \
+ MonoDevelop.Debugger.Soft \
+ MonoDevelop.Debugger.Soft.AspNet \
+ MonoDevelop.Debugger.Soft.Moonlight
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/ChangeLog b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/ChangeLog
index 84af10f630..07c50bc7be 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/ChangeLog
@@ -1,5 +1,11 @@
2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+ * Makefile.am:
+ * MonoDevelop.Debugger.Soft.AspNet.csproj: Wire the soft debug
+ addin into the build.
+
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Debugger.Soft.AspNet.csproj: Moved soft debug
addin from extras.
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am
new file mode 100644
index 0000000000..322466c0ff
--- /dev/null
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am
@@ -0,0 +1,45 @@
+ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft
+ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.AspNet.dll
+
+DEPS = \
+ $(top_builddir)/build/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll \
+ $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll \
+ $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
+ $(top_builddir)/build/bin/Mono.Debugging.dll \
+ $(top_builddir)/build/bin/Mono.TextEditor.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Components.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
+
+REFS = \
+ $(GLIB_SHARP_LIBS) \
+ $(GTK_SHARP_LIBS) \
+ -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
+ -r:System \
+ -r:System.Core
+
+FILES = AspNetSoftDebuggerEngine.cs
+
+RES = Manifest.addin.xml
+
+all: $(ASSEMBLY) $(ASSEMBLY).mdb $(DATA_FILE_BUILD)
+
+$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
+ mkdir -p $(ADDIN_BUILD)
+ $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) $(build_deps) \
+ $(build_resources:%=/resource:%) $(build_sources)
+
+$(ASSEMBLY).mdb: $(ASSEMBLY)
+
+check: all
+
+assemblydir = $(MD_ADDIN_DIR)/MonoDevelop.Debugger.Soft
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb
+
+CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
+EXTRA_DIST = $(FILES) $(RES)
+
+include $(top_srcdir)/Makefile.include
+
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj
index c00943c4f1..136b1161c7 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj
@@ -96,4 +96,19 @@
<ItemGroup>
<Compile Include="AspNetSoftDebuggerEngine.cs" />
</ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../..">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar />
+ <ResourcesVar Sync="true" Name="RES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <ProjectRefVar Sync="true" Name="DEPS" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project>
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/ChangeLog b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/ChangeLog
index 17391df22a..c5c571459f 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/ChangeLog
@@ -1,5 +1,11 @@
2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+ * Makefile.am:
+ * MonoDevelop.Debugger.Soft.Moonlight.csproj: Wire the soft
+ debug addin into the build.
+
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Debugger.Soft.Moonlight.csproj: Moved soft debug
addin from extras.
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am
new file mode 100644
index 0000000000..f0de4cd4e2
--- /dev/null
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am
@@ -0,0 +1,47 @@
+ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft
+ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.Moonlight.dll
+
+DEPS = \
+ $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.dll \
+ $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
+ $(top_builddir)/build/AddIns/MonoDevelop.Moonlight/MonoDevelop.Moonlight.dll \
+ $(top_builddir)/build/bin/Mono.Debugging.dll \
+ $(top_builddir)/build/bin/Mono.TextEditor.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Components.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
+
+REFS = \
+ $(GLIB_SHARP_LIBS) \
+ $(GTK_SHARP_LIBS) \
+ -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
+ -r:System \
+ -r:System.Core
+
+FILES = \
+ MoonlightSoftDebuggerEngine.cs \
+ MoonlightSoftDebuggerSession.cs
+
+RES = Manifest.addin.xml
+
+all: $(ASSEMBLY) $(ASSEMBLY).mdb $(DATA_FILE_BUILD)
+
+$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
+ mkdir -p $(ADDIN_BUILD)
+ $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) $(build_deps) \
+ $(build_resources:%=/resource:%) $(build_sources)
+
+$(ASSEMBLY).mdb: $(ASSEMBLY)
+
+check: all
+
+assemblydir = $(MD_ADDIN_DIR)/MonoDevelop.Debugger.Soft
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb
+
+CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
+EXTRA_DIST = $(FILES) $(RES)
+
+include $(top_srcdir)/Makefile.include
+
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj
index 682a066c12..976d8888e3 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj
@@ -97,4 +97,19 @@
<Compile Include="MoonlightSoftDebuggerEngine.cs" />
<Compile Include="MoonlightSoftDebuggerSession.cs" />
</ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../..">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar />
+ <ResourcesVar Sync="true" Name="RES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <ProjectRefVar Sync="true" Name="DEPS" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project>
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog
index 1658bfd363..e8d5e8472c 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ChangeLog
@@ -1,5 +1,11 @@
2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+ * Makefile.am:
+ * MonoDevelop.Debugger.Soft.csproj: Wire the soft debug addin
+ into the build.
+
+2009-11-09 Michael Hutchinson <mhutchinson@novell.com>
+
* MonoDevelop.Debugger.Soft.csproj: Moved soft debug addin
from extras.
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am
new file mode 100644
index 0000000000..32bfc4fec4
--- /dev/null
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am
@@ -0,0 +1,55 @@
+ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.Debugger.Soft
+ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.Debugger.Soft.dll
+
+DEPS = \
+ $(top_builddir)/build/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll \
+ $(top_builddir)/build/bin/Mono.Debugging.dll \
+ $(top_builddir)/build/bin/Mono.TextEditor.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Components.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Projects.dll \
+ $(top_builddir)/build/bin/MonoDevelop.Projects.Gui.dll
+
+REFS = \
+ $(GLIB_SHARP_LIBS) \
+ $(GTK_SHARP_LIBS) \
+ -r:$(top_srcdir)/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll \
+ -r:System \
+ -r:System.Core
+
+FILES = \
+ ArrayAdaptor.cs \
+ AssemblyInfo.cs \
+ FieldValueReference.cs \
+ PropertyValueReference.cs \
+ RemoteSoftDebuggerSession.cs \
+ SoftDebuggerAdaptor.cs \
+ SoftDebuggerBacktrace.cs \
+ SoftDebuggerEngine.cs \
+ SoftDebuggerSession.cs \
+ SoftEvaluationContext.cs \
+ VariableValueReference.cs
+
+RES = Manifest.addin.xml
+
+all: $(ASSEMBLY) $(ASSEMBLY).mdb $(DATA_FILE_BUILD)
+
+$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
+ mkdir -p $(ADDIN_BUILD)
+ $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) $(build_deps) \
+ $(build_resources:%=/resource:%) $(build_sources)
+
+$(ASSEMBLY).mdb: $(ASSEMBLY)
+
+check: all
+
+assemblydir = $(MD_ADDIN_DIR)/MonoDevelop.Debugger.Soft
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb
+
+CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
+EXTRA_DIST = $(FILES) $(RES)
+
+include $(top_srcdir)/Makefile.include
+
diff --git a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj
index 9d6a8b409d..3a05ba28bf 100644
--- a/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj
+++ b/main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj
@@ -41,6 +41,8 @@
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
@@ -94,5 +96,24 @@
<Project>{04BED15A-DDC5-48BC-A36C-3E360A0348C0}</Project>
<Name>MonoDevelop.Projects</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
+ <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
+ <Name>MonoDevelop.Core</Name>
+ </ProjectReference>
</ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../..">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar />
+ <ResourcesVar Sync="true" Name="RES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
+ <ProjectRefVar Sync="true" Name="DEPS" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project>