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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-16 15:48:23 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-16 15:48:23 +0300
commit78f8258bb3bb658e7b91c877b5ba3d77c9469c7d (patch)
tree916cab10f08993086abe8e15ef37e8f57c834807 /gendarme
parentb7e3c0ccf8221b625cc520c36ef8045aa729aac5 (diff)
parentd39bebdafa2f34c308307a674135f36caf7e72aa (diff)
Merge pull request #37 from tpokorra/master
fixing make and make install of mono-tools against Mono 3.2.x
Diffstat (limited to 'gendarme')
-rw-r--r--gendarme/swf-wizard-runner/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendarme/swf-wizard-runner/Makefile.am b/gendarme/swf-wizard-runner/Makefile.am
index ab546257..b797ddde 100644
--- a/gendarme/swf-wizard-runner/Makefile.am
+++ b/gendarme/swf-wizard-runner/Makefile.am
@@ -55,7 +55,7 @@ wizard_icon = Resources/gendarme.ico
wizard_build_icon = $(addprefix $(srcdir)/, $(wizard_icon))
../bin/gendarme-wizard.exe: $(wizard_build_sources) $(wizard_resources) Wizard.resources Properties/Resources.resources $(wizard_build_xsl) $(wizard_build_icon)
- $(GMCS) -debug -target:winexe -r:$(CECIL_ASM) -r:../bin/Gendarme.Framework.dll \
+ $(MCS) -debug -target:winexe -r:$(CECIL_ASM) -r:../bin/Gendarme.Framework.dll \
-r:System.Core.dll -r:System.Xml.Linq.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.Xml.dll \
-resource:$(wizard_build_xsl) -resource:Wizard.resources,Gendarme.Wizard.resources \
-resource:Properties/Resources.resources,Gendarme.Properties.Resources.resources \