]> granicus.if.org Git - graphviz/commitdiff
viewer app now builds in build dir instead of bin dir; removed 'Any CPU' configuration
authorglenlow <devnull@localhost>
Thu, 3 Apr 2008 13:06:43 +0000 (13:06 +0000)
committerglenlow <devnull@localhost>
Thu, 3 Apr 2008 13:06:43 +0000 (13:06 +0000)
windows/graphviz.wxs.in

index 0c7eff2175087d34cfdad3cd5d96668365fc3765..f52ce4641797c2fede2886af342354c000a568ce 100755 (executable)
@@ -54,7 +54,7 @@
                                                </Component>
                                                <!-- viewer application sourced from graphviz.csproj build directory, include shortcuts in the start menu and desktop -->
                                                <Component Id="Graphviz.exe" Guid="25FE550B-3D8B-435B-AB35-553D2628171D">
-                                                       <File Id="Graphviz.exe" Name="Graphviz.exe" KeyPath="yes" Source="bin\x86\Release\Graphviz.exe">
+                                                       <File Id="Graphviz.exe" Name="Graphviz.exe" KeyPath="yes" Source="build\x86\Release\Graphviz.exe">
                                                                <Shortcut Id="ApplicationProgramMenu" Name="Graphviz" Directory="ApplicationProgramMenuFolder" Advertise="yes" />
                                                                <Shortcut Id="ApplicationDesktop" Name="Graphviz" Directory="DesktopFolder" Advertise="yes" />
                                                        </File>