# HG changeset patch
# User Rock Hymas <r...@fogcreek.com>
# Date 1253127577 14400
# Branch stable
# Node ID d47450f2e010833ea9242e8413ef314585c267cc
# Parent  d5815506564302945d2263232d5be61608e63683
cmenu: Fix visual studio build

Add shlwapi.lib to dependencies and shellext.def as module def file

diff --git a/win32/shellext/shellext.vcproj b/win32/shellext/shellext.vcproj
--- a/win32/shellext/shellext.vcproj
+++ b/win32/shellext/shellext.vcproj
@@ -64,7 +64,9 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="shlwapi.lib"
                                LinkIncremental="2"
+                               ModuleDefinitionFile="shellext.def"
                                GenerateDebugInformation="true"
                                SubSystem="2"
                                TargetMachine="1"
@@ -141,7 +143,9 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               AdditionalDependencies="shlwapi.lib"
                                LinkIncremental="2"
+                               ModuleDefinitionFile="shellext.def"
                                GenerateDebugInformation="true"
                                SubSystem="2"
                                TargetMachine="17"

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to