summaryrefslogtreecommitdiff
path: root/dist/win_projects/vs2010.template
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /dist/win_projects/vs2010.template
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'dist/win_projects/vs2010.template')
-rw-r--r--dist/win_projects/vs2010.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/win_projects/vs2010.template b/dist/win_projects/vs2010.template
index a6165afe..d3305474 100644
--- a/dist/win_projects/vs2010.template
+++ b/dist/win_projects/vs2010.template
@@ -479,7 +479,7 @@ declare function local:generateRcFilesNoFilter($project)
for $file in $project/files//file return
if (ends-with($file/@name,".rc")) then
(local:indent(2),<ItemGroup xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- {local:indent(4)}<ResourceCompile Include="../{substring-after($file/@name,"/")}">
+ {local:indent(4)}<ResourceCompile Include="{local:windowsPath(concat($sourcePath,$file/@name))}">
{for $platform in local:getPlatforms($vsversion) return
for $config in local:getConfiguration($project) return(
local:indent(6), <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=={concat("'",$config,"|",$platform,"'")}">{concat(if ($config="Debug") then "_DEBUG" else "NDEBUG",";","$(NoInherit))",";%(PreprocessorDefinitions)")}</PreprocessorDefinitions>)