~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Startup/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
REFS = $(MONO_ADDINS_LIBS)
17
17
 
 
18
ICON = $(top_builddir)/theme-icons/Windows/monodevelop.ico
 
19
 
18
20
$(ASSEMBLY): $(build_sources) $(build_resources) $(DEPS)
19
 
        $(CSC) $(CSC_FLAGS) -out:$@ $(REFS) $(build_deps) $(build_resources:%=/resource:%) $(build_sources)
 
21
        $(CSC) $(CSC_FLAGS) -win32icon:$(ICON) -out:$@ $(REFS) $(build_deps) $(build_resources:%=/resource:%) $(build_sources)
20
22
 
21
23
$(ASSEMBLY).config: $(ASSEMBLY) $(srcdir)/app.config
22
24
        cp $(srcdir)/app.config $(ASSEMBLY).config