Browse Source

Fixed build - removed Graphviz binaries from setup.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5667 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Martin Koníček 16 years ago
parent
commit
fdade85324
  1. 19
      src/Setup/Files.wxs
  2. 3
      src/Setup/Setup.wxs

19
src/Setup/Files.wxs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<!-- Defines all the directories, files and components to be installed -->
<!-- Defines all the directories, files and components to be installed -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
<Fragment>
<DirectoryRef Id="TARGETDIR">
@ -1280,23 +1280,6 @@ @@ -1280,23 +1280,6 @@
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.AddIn.dll" Id="Debugger.AddIn.dll" Name="Debugger.AddIn.dll" />
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.Core.dll" Id="Debugger.Core.dll" Name="Debugger.Core.dll" />
</Component>
<Component Id="NeatoFiles" Guid="7169CD73-012D-45E2-AA22-BB45F8FF4BE1" DiskId="1">
<File Id="neato.exe" Name="neato.exe" Source="..\..\AddIns\AddIns\Debugger\neato.exe" KeyPath="yes" />
<File Id="config6" Name="config6" Source="..\..\AddIns\AddIns\Debugger\config6" />
<File Id="cdt.dll" Name="cdt.dll" Source="..\..\AddIns\AddIns\Debugger\cdt.dll" />
<File Id="graph.dll" Name="graph.dll" Source="..\..\AddIns\AddIns\Debugger\graph.dll" />
<File Id="gvc.dll" Name="gvc.dll" Source="..\..\AddIns\AddIns\Debugger\gvc.dll" />
<File Id="gvplugin_core.dll" Name="gvplugin_core.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_core.dll" />
<File Id="gvplugin_dot_layout.dll" Name="gvplugin_dot_layout.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_dot_layout.dll" />
<File Id="gvplugin_neato_layout.dll" Name="gvplugin_neato_layout.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_neato_layout.dll" />
<File Id="iconv.dll" Name="iconv.dll" Source="..\..\AddIns\AddIns\Debugger\iconv.dll" />
<File Id="intl.dll" Name="intl.dll" Source="..\..\AddIns\AddIns\Debugger\intl.dll" />
<File Id="libexpat.dll" Name="libexpat.dll" Source="..\..\AddIns\AddIns\Debugger\libexpat.dll" />
<File Id="libglib_2.0_0.dll" Name="libglib-2.0-0.dll" Source="..\..\AddIns\AddIns\Debugger\libglib-2.0-0.dll" />
<File Id="ltdl.dll" Name="ltdl.dll" Source="..\..\AddIns\AddIns\Debugger\ltdl.dll" />
<File Id="Pathplan.dll" Name="Pathplan.dll" Source="..\..\AddIns\AddIns\Debugger\Pathplan.dll" />
<File Id="zlib1.dll" Name="zlib1.dll" Source="..\..\AddIns\AddIns\Debugger\zlib1.dll" />
</Component>
</Directory>
<Directory Id="MiscAddInsFolder" Name="Misc">
<Directory Id="AddInManagerFolder" Name="AddInManager">

3
src/Setup/Setup.wxs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<!--
<!--
Installer for SharpDevelop.
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
@ -345,7 +345,6 @@ @@ -345,7 +345,6 @@
<ComponentRef Id="ComponentInspectorAddInDll"/>
<ComponentRef Id="ComponentInspectorAddInCoreDll"/>
<ComponentRef Id="DebuggerAddInFiles"/>
<ComponentRef Id="NeatoFiles"/>
<ComponentRef Id="FiletypeIcons"/>
<ComponentRef Id="FiletypeRegistererFiles"/>
<ComponentRef Id="HtmlHelp2Files"/>

Loading…
Cancel
Save