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:
authorSebastien Pouliot <sebastien@ximian.com>2010-06-19 05:23:33 +0400
committerSebastien Pouliot <sebastien@ximian.com>2010-06-19 05:23:33 +0400
commit1deb9e84186b921c27e10daac00ebdcb89a25ac8 (patch)
treee46f061da7943cf3ca1f1efef3fb141297465a7e
parente5c7f4008acacbe22a522404e9a168ecaef8cf38 (diff)
2010-06-18 Sebastien Pouliot <sebastien@ximian.com>
* Product.wxs: Fix gd2i.exe entry svn path=/trunk/mono-tools/; revision=159171
-rw-r--r--gendarme/wix/ChangeLog4
-rw-r--r--gendarme/wix/Product.wxs2
2 files changed, 5 insertions, 1 deletions
diff --git a/gendarme/wix/ChangeLog b/gendarme/wix/ChangeLog
index e6e0da6b..099ee69b 100644
--- a/gendarme/wix/ChangeLog
+++ b/gendarme/wix/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-18 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Product.wxs: Fix gd2i.exe entry
+
2010-06-07 Sebastien Pouliot <sebastien@ximian.com>
* Makefile.am: New. Do not build (Windows-only) but include files
diff --git a/gendarme/wix/Product.wxs b/gendarme/wix/Product.wxs
index 24d2bc5a..6afd9ecb 100644
--- a/gendarme/wix/Product.wxs
+++ b/gendarme/wix/Product.wxs
@@ -37,7 +37,7 @@
<Shortcut Id="gen_shortcut" Directory="ProgramMenuDir" Name="$(var.ProductShortName)" LongName="$(var.ProductShortName) $(var.ProductVersionText)" WorkingDirectory='INSTALLLOCATION' Icon="GendarmeWizard.exe" IconIndex="0" Advertise="yes" />
</File>
<File Name="gendarme.exe" Source="$(var.GendarmeBin)\gendarme.exe" />
- <File Name="gd2i.exe" Source="..\tools\supported\gd2i\bin\$(var.Configuration)\gd2i.exe" />
+ <File Name="gd2i.exe" Source="$(var.GendarmeRoot)\tools\supported\gd2i\bin\$(var.Configuration)\gd2i.exe" />
<File Name="Gendarme.Framework.dll" Source="$(var.GendarmeBin)\Gendarme.Framework.dll" />
<File Name="Mono.Cecil.dll" Source="$(var.GendarmeBin)\Mono.Cecil.dll" />
<File Name="Mono.Cecil.Pdb.dll" Source="$(var.GendarmeBin)\Mono.Cecil.Pdb.dll" />