~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/NUnit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.NUnit.dll
192
192
DEPS = \
193
193
        $(top_builddir)/build/AddIns/NUnit/NUnitRunner.dll \
194
 
        $(top_builddir)/build/bin/MonoDevelop.Components.dll \
195
194
        $(top_builddir)/build/bin/MonoDevelop.Core.dll \
196
 
        $(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
197
 
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll \
198
 
        $(top_builddir)/build/bin/MonoDevelop.Projects.dll
 
195
        $(top_builddir)/build/bin/MonoDevelop.Ide.dll
199
196
 
200
197
REFS = \
201
198
        $(GLADE_SHARP_LIBS) \
215
212
        AssemblyInfo.cs \
216
213
        Commands/NUnitCommands.cs \
217
214
        gtk-gui/generated.cs \
 
215
        gtk-gui/MonoDevelop.NUnit.NUnitOptionsWidget.cs \
218
216
        Gui/CircleImage.cs \
219
217
        Gui/NUnitAssemblyGroupConfigurationNodeBuilder.cs \
220
218
        Gui/NUnitAssemblyGroupNodeBuilder.cs \
268
266
        Gui/unit-test-24.png \
269
267
        md1format.xml \
270
268
        MonoDevelopNUnit.addin.xml \
271
 
        nunit.glade \
272
269
        templates/NUnitAssemblyGroup.xpt.xml \
273
270
        templates/NUnitProject.xpt.xml \
274
271
        templates/NUnitTestClass.xft.xml